FormMappingScope Class
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.
Defines the mapping scope for data received from form posts.
public sealed class FormMappingScope : Microsoft.AspNetCore.Components.IComponent
type FormMappingScope = class
interface IComponent
Public NotInheritable Class FormMappingScope
Implements IComponent
- Inheritance
-
FormMappingScope
- Implements
Constructors
FormMappingScope() |
Properties
ChildContent |
Specifies the content to be rendered inside this FormMappingScope. |
Name |
The mapping scope name. |
Explicit Interface Implementations
IComponent.Attach(RenderHandle) | |
IComponent.SetParametersAsync(ParameterView) |