SectionContent Classe

Definição

Fornece conteúdo para SectionOutlet componentes com s correspondentes SectionId.

public sealed class SectionContent : IDisposable, Microsoft.AspNetCore.Components.IComponent
type SectionContent = class
    interface IComponent
    interface IDisposable
Public NotInheritable Class SectionContent
Implements IComponent, IDisposable
Herança
SectionContent
Implementações

Construtores

SectionContent()

Fornece conteúdo para SectionOutlet componentes com s correspondentes SectionId.

Propriedades

ChildContent

Obtém ou define o conteúdo a ser renderizado em instâncias correspondentes SectionOutlet .

SectionId

Obtém ou define a Object ID que determina qual SectionOutlet instância renderizará o conteúdo dessa instância.

SectionName

Obtém ou define a String ID que determina qual SectionOutlet instância renderizará o conteúdo dessa instância.

Métodos

Dispose()

Fornece conteúdo para SectionOutlet componentes com s correspondentes SectionId.

Implantações explícitas de interface

IComponent.Attach(RenderHandle)

Fornece conteúdo para SectionOutlet componentes com s correspondentes SectionId.

IComponent.SetParametersAsync(ParameterView)

Fornece conteúdo para SectionOutlet componentes com s correspondentes SectionId.

Aplica-se a