Table of Contents

Class RadzenLink

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenLink component.

public class RadzenLink : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenLink
Implements
Inherited Members
<RadzenLink Path="https://www.radzen.com" Text="Go to url" Target="_blank" />

Constructors

public RadzenLink()

Properties

Gets or sets the child content.

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

Property Value

RenderFragment

The child content.

Gets or sets the icon.

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

Property Value

string

The icon.

Gets or sets the icon color.

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

Property Value

string

The icon color.

Gets or sets the image.

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

Property Value

string

The image.

Gets or sets the text.

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

Property Value

string

The text.

Gets or sets the navigation link match.

[Parameter]
public NavLinkMatch Match { get; set; }

Property Value

NavLinkMatch

The navigation link match.

Gets or sets the path.

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

Property Value

string

The path.

Gets or sets the target.

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

Property Value

string

The target.

Gets or sets the text.

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

Property Value

string

The text.

Methods

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder
protected override string GetComponentCssClass()

Returns

string