Show / Hide Table of Contents

    Class DocLinkAttribute

    Defines a documentation link for a service. Used primarily by service inspector facades.

    Inheritance
    Object
    DocLinkAttribute
    Implements
    Attribute
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public class DocLinkAttribute : Attribute, Attribute

    Constructors

    DocLinkAttribute(String)

    Declaration
    public DocLinkAttribute(string url)
    Parameters
    Type Name Description
    String url

    DocLinkAttribute(String)

    Declaration
    public DocLinkAttribute(string url)
    Parameters
    Type Name Description
    String url

    Properties

    URL

    Declaration
    public string URL { get; }
    Property Value
    Type Description
    String

    URL

    Declaration
    public string URL { get; }
    Property Value
    Type Description
    String

    Implements

    Attribute
    Back to top Generated by DocFX