Table of Contents

Class ActionLink

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public class ActionLink : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
ActionLink
Implements
Inherited Members

Properties

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

Property Value

EventCallback
[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment
[Parameter]
public string? Href { get; set; }

Property Value

string
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }

Property Value

Dictionary<string, object>

Methods

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

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