SupplyParameterFromFormAttribute.FormName Property

Definition

Gets or sets the name of the form that provides this value. If not specified, the value will be mapped from any incoming form post within the current form mapping scope. If specified, the value will only be mapped from a form with the specified name in the current mapping scope.

public string? FormName { get; set; }
member this.FormName : string with get, set
Public Property FormName As String

Property Value

Applies to