SectionContent Class

Definition

Provides content to SectionOutlet components with matching SectionIds.

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

Constructors

SectionContent()

Properties

ChildContent

Gets or sets the content to be rendered in corresponding SectionOutlet instances.

SectionId

Gets or sets the Object ID that determines which SectionOutlet instance will render the content of this instance.

SectionName

Gets or sets the String ID that determines which SectionOutlet instance will render the content of this instance.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Explicit Interface Implementations

IComponent.Attach(RenderHandle)
IComponent.SetParametersAsync(ParameterView)

Applies to