SupplyParameterFromFormAttribute.FormName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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