SectionOutlet Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |