Search Results for

    Show / Hide Table of Contents

    Struct NovaRazorHyperLink

    Properties of a hyperlink

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In this article
    Back to top Version 6.1.0.7rc