Table of Contents

Class ActionLink

Namespace
Oqtane.Modules.Controls
Assembly
Oqtane.Client.dll
public class ActionLink : LocalizableComponent, IModuleControl
Inheritance
object
ComponentBase
ActionLink
Implements
Inherited Members

Properties

[Parameter]
public string Action { get; set; }

Property Value

string
[Parameter]
public string Class { get; set; }

Property Value

string
[Parameter]
public bool Disabled { get; set; }

Property Value

bool
[Parameter]
public string EditMode { get; set; }

Property Value

string
[Parameter]
public string IconName { get; set; }

Property Value

string
[Parameter]
public bool IconOnly { get; set; }

Property Value

bool
[Parameter]
public int ModuleId { get; set; }

Property Value

int
[Parameter]
public Action OnClick { get; set; }

Property Value

Action
[Parameter]
public string Parameters { get; set; }

Property Value

string
[Parameter]
public string Path { get; set; }

Property Value

string
[Parameter]
public List<Permission> PermissionList { get; set; }

Property Value

List<Permission>
[Parameter]
public string Permissions { get; set; }

Property Value

string
[Parameter]
public string ReturnUrl { get; set; }

Property Value

string
[Parameter]
public SecurityAccessLevel? Security { get; set; }

Property Value

SecurityAccessLevel?
[Parameter]
public string Style { get; set; }

Property Value

string
[Parameter]
public string Text { get; set; }

Property Value

string

Methods

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

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()

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()