Sdílet prostřednictvím


SectionOutlet Třída

Definice

Vykreslí obsah poskytovaný SectionContent komponentami s odpovídajícími SectionIds.

public sealed class SectionOutlet : IDisposable, Microsoft.AspNetCore.Components.IComponent
type SectionOutlet = class
    interface IComponent
    interface IDisposable
Public NotInheritable Class SectionOutlet
Implements IComponent, IDisposable
Dědičnost
SectionOutlet
Implementuje

Konstruktory

SectionOutlet()

Vykreslí obsah poskytovaný SectionContent komponentami s odpovídajícími SectionIds.

Vlastnosti

SectionId

Získá nebo nastaví Object ID, které určuje, které SectionContent instance budou poskytovat obsah této instanci.

SectionName

Získá nebo nastaví String ID, které určuje, které SectionContent instance budou poskytovat obsah této instanci.

Metody

Dispose()

Vykreslí obsah poskytovaný SectionContent komponentami s odpovídajícími SectionIds.

Explicitní implementace rozhraní

IComponent.Attach(RenderHandle)

Vykreslí obsah poskytovaný SectionContent komponentami s odpovídajícími SectionIds.

IComponent.SetParametersAsync(ParameterView)

Vykreslí obsah poskytovaný SectionContent komponentami s odpovídajícími SectionIds.

Platí pro