Search Results for

    Show / Hide Table of Contents

    Class LinkUrl

    helps building links (from blob storage or external)

    Inheritance
    Object
    LinkUrl
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: NipoSoftware.Nfield.Web.Interviewing.Helpers
    Assembly: NipoSoftware.Nfield.TemplateHelpers.dll
    Syntax
    public static class LinkUrl

    Methods

    GetAttributeValue(String, String)

    Declaration
    public static string GetAttributeValue(string linkDefinition, string attribute)
    Parameters
    Type Name Description
    String linkDefinition
    String attribute
    Returns
    Type Description
    String

    GetHref(String)

    Declaration
    public static string GetHref(string linkDefinition)
    Parameters
    Type Name Description
    String linkDefinition
    Returns
    Type Description
    String

    GetHtmlFormattedAttributes(String)

    Declaration
    public static string GetHtmlFormattedAttributes(string linkDefinition)
    Parameters
    Type Name Description
    String linkDefinition
    Returns
    Type Description
    String

    GetText(String)

    Declaration
    public static string GetText(string linkDefinition)
    Parameters
    Type Name Description
    String linkDefinition
    Returns
    Type Description
    String
    In This Article
    Back to top Generated by DocFX