EditForm.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 form handler name. This is required for posting it to a server-side endpoint. It is not used during interactive rendering.
[Microsoft.AspNetCore.Components.Parameter]
public string? FormName { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.FormName : string with get, set
Public Property FormName As String
Property Value
- Attributes