Item

FormFieldCollection indexer

Gets the form field with the specified name.

public IFormField this[string name] { get; }
Parameter Description
name The name of the form field.

Return Value

The form field with the specified name, if found; otherwise, null.

See Also