Class PortalContent
Inheritance
PortalContent
Assembly: Neon.Tailwind.dll
Syntax
public class PortalContent : ComponentBase
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
PortalBinder
Declaration
[Inject]
public IPortalBinder PortalBinder { get; set; }
Property Value
PortalName
Declaration
[Parameter]
public string PortalName { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder builder)
Parameters
Overrides
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration