SectionOutlet Class

Definition

Renders content provided by SectionContent components with matching SectionIds.

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

Constructors

SectionOutlet()

Properties

SectionId

Gets or sets the Object ID that determines which SectionContent instances will provide content to this instance.

SectionName

Gets or sets the String ID that determines which SectionContent instances will provide content to 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