SectionContent Klasse

Definition

Stellt Inhalt für SectionOutlet Komponenten mit übereinstimmenden SectionIds bereit.

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

Konstruktoren

SectionContent()

Stellt Inhalt für SectionOutlet Komponenten mit übereinstimmenden SectionIds bereit.

Eigenschaften

ChildContent

Ruft den Inhalt ab, der in entsprechenden SectionOutlet Instanzen gerendert werden soll, oder legt diesen fest.

SectionId

Ruft die ID ab, die Object bestimmt, welche SectionOutlet instance den Inhalt dieses instance rendert, oder legt diese fest.

SectionName

Ruft die ID ab, die String bestimmt, welche SectionOutlet instance den Inhalt dieses instance rendert, oder legt diese fest.

Methoden

Dispose()

Stellt Inhalt für SectionOutlet Komponenten mit übereinstimmenden SectionIds bereit.

Explizite Schnittstellenimplementierungen

IComponent.Attach(RenderHandle)

Stellt Inhalt für SectionOutlet Komponenten mit übereinstimmenden SectionIds bereit.

IComponent.SetParametersAsync(ParameterView)

Stellt Inhalt für SectionOutlet Komponenten mit übereinstimmenden SectionIds bereit.

Gilt für: