SectionOutlet Clase

Definición

Representa el contenido proporcionado por SectionContent los componentes con s coincidentes SectionId.

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

Constructores

SectionOutlet()

Representa el contenido proporcionado por SectionContent los componentes con s coincidentes SectionId.

Propiedades

SectionId

Obtiene o establece el Object identificador que determina qué SectionContent instancias proporcionarán contenido a esta instancia.

SectionName

Obtiene o establece el String identificador que determina qué SectionContent instancias proporcionarán contenido a esta instancia.

Métodos

Dispose()

Representa el contenido proporcionado por SectionContent los componentes con s coincidentes SectionId.

Implementaciones de interfaz explícitas

IComponent.Attach(RenderHandle)

Representa el contenido proporcionado por SectionContent los componentes con s coincidentes SectionId.

IComponent.SetParametersAsync(ParameterView)

Representa el contenido proporcionado por SectionContent los componentes con s coincidentes SectionId.

Se aplica a