FormContext.HasFormData Property

Definition

Gets an indication the FormData property bag has been used and likely contains entries.

public:
 property bool HasFormData { bool get(); };
public bool HasFormData { get; }
member this.HasFormData : bool
Public ReadOnly Property HasFormData As Boolean

Property Value

true if the backing field for FormData is non-null; false otherwise.

Applies to