SectionOutlet.SectionName Property

Definition

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

[Microsoft.AspNetCore.Components.Parameter]
public string? SectionName { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.SectionName : string with get, set
Public Property SectionName As String

Property Value

Attributes

Applies to