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

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)

Applies to