SectionContent Clase

Definición

Proporciona contenido a SectionOutlet los componentes con coincidencias SectionIds.

public sealed class SectionContent : IDisposable, Microsoft.AspNetCore.Components.IComponent
type SectionContent = class
    interface IComponent
    interface IDisposable
Public NotInheritable Class SectionContent
Implements IComponent, IDisposable
Herencia
SectionContent
Implementaciones

Constructores

SectionContent()

Proporciona contenido a SectionOutlet los componentes con coincidencias SectionIds.

Propiedades

ChildContent

Obtiene o establece el contenido que se va a representar en las instancias correspondientes SectionOutlet .

SectionId

Obtiene o establece el Object identificador que determina qué SectionOutlet instancia representará el contenido de esta instancia.

SectionName

Obtiene o establece el String identificador que determina qué SectionOutlet instancia representará el contenido de esta instancia.

Métodos

Dispose()

Proporciona contenido a SectionOutlet los componentes con coincidencias SectionIds.

Implementaciones de interfaz explícitas

IComponent.Attach(RenderHandle)

Proporciona contenido a SectionOutlet los componentes con coincidencias SectionIds.

IComponent.SetParametersAsync(ParameterView)

Proporciona contenido a SectionOutlet los componentes con coincidencias SectionIds.

Se aplica a