Class ActionLink
public class ActionLink : LocalizableComponent, IModuleControl
- Inheritance
-
objectComponentBaseActionLink
- Implements
- Inherited Members
Properties
Action
[Parameter]
public string Action { get; set; }
Property Value
- string
Class
[Parameter]
public string Class { get; set; }
Property Value
- string
Disabled
[Parameter]
public bool Disabled { get; set; }
Property Value
- bool
EditMode
[Parameter]
public string EditMode { get; set; }
Property Value
- string
IconName
[Parameter]
public string IconName { get; set; }
Property Value
- string
IconOnly
[Parameter]
public bool IconOnly { get; set; }
Property Value
- bool
ModuleId
[Parameter]
public int ModuleId { get; set; }
Property Value
- int
OnClick
[Parameter]
public Action OnClick { get; set; }
Property Value
- Action
Parameters
[Parameter]
public string Parameters { get; set; }
Property Value
- string
Path
[Parameter]
public string Path { get; set; }
Property Value
- string
PermissionList
[Parameter]
public List<Permission> PermissionList { get; set; }
Property Value
- List<Permission>
Permissions
[Parameter]
public string Permissions { get; set; }
Property Value
- string
ReturnUrl
[Parameter]
public string ReturnUrl { get; set; }
Property Value
- string
Security
[Parameter]
public SecurityAccessLevel? Security { get; set; }
Property Value
Style
[Parameter]
public string Style { get; set; }
Property Value
- string
Text
[Parameter]
public string Text { get; set; }
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
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()
OnParametersSet()
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 void OnParametersSet()