Share via


FormMappingScope Class

Definition

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

Name Description
FormMappingScope()

Properties

Name Description
ChildContent

Specifies the content to be rendered inside this FormMappingScope.

Name

The mapping scope name.

Explicit Interface Implementations

Name Description
IComponent.Attach(RenderHandle)
IComponent.SetParametersAsync(ParameterView)

Applies to