Struct NovaRazorHyperLink
Properties of a hyperlink
Inherited Members
Namespace: Noxum.Nova.Razor.Model
Assembly: Noxum.Nova.Razor.Model.dll
Syntax
public readonly struct NovaRazorHyperLink
Constructors
NovaRazorHyperLink(string, string)
Create a new instance
Declaration
public NovaRazorHyperLink(string url, string target)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | |
| string | target |
Properties
Target
Get the link target. If null, use a default behavior
Declaration
public string Target { get; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Get the link URL. If null, no hyperlink should be created
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |