Share via


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

Name Description
SectionOutlet()

Properties

Name Description
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

Name Description
Dispose()

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

Explicit Interface Implementations

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

Applies to