Share via


IFormBuilder<T>.HasField(String) Method

Definition

Test to see if there is already a field with name.

public bool HasField (string name);
abstract member HasField : string -> bool
Public Function HasField (name As String) As Boolean

Parameters

name
String

Returns

True if field is already present.

Applies to