Class ControlPanelInteractive
public class ControlPanelInteractive : ComponentBase
- Inheritance
-
objectComponentBaseControlPanelInteractive
Properties
BodyClass
[Parameter]
public string BodyClass { get; set; }
Property Value
- string
ButtonClass
[Parameter]
public string ButtonClass { get; set; }
Property Value
- string
CanViewAdminDashboard
[Parameter]
public bool CanViewAdminDashboard { get; set; }
Property Value
- bool
ContainerClass
[Parameter]
public string ContainerClass { get; set; }
Property Value
- string
HeaderClass
[Parameter]
public string HeaderClass { get; set; }
Property Value
- string
LanguageDropdownAlignment
[Parameter]
public string LanguageDropdownAlignment { get; set; }
Property Value
- string
PageState
[Parameter]
public PageState PageState { get; set; }
Property Value
ShowLanguageSwitcher
[Parameter]
public bool ShowLanguageSwitcher { get; set; }
Property Value
- bool
SiteState
[Parameter]
public SiteState SiteState { get; set; }
Property Value
_containerType
protected string _containerType { get; }
Property Value
- string
_location
protected int _location { get; }
Property Value
- int
_message
protected string _message { get; }
Property Value
- string
_moduleDefinitionName
protected string _moduleDefinitionName { get; }
Property Value
- string
_moduleId
protected string _moduleId { get; }
Property Value
- string
_moduleType
protected string _moduleType { get; }
Property Value
- string
_pageId
protected string _pageId { get; }
Property Value
- string
_title
protected string _title { get; }
Property Value
- string
_visibility
protected string _visibility { get; }
Property Value
- string
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override Task OnParametersSetAsync()
Returns
- Task
A System.Threading.Tasks.Task representing any asynchronous operation.