Show / Hide Table of Contents

    Class Link

    Inheritance
    Object
    Link
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: DocuWare.Services.Http.Client
    Assembly: DocuWare.RestClient.dll
    Syntax
    public class Link

    Properties

    href

    The URI this link points to.

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

    rel

    The relation name of this link.

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

    type

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

    Methods

    ToString()

    Returns a String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Object.ToString()
    About Us Contact Imprint Terms Data privacy
    © 2023 DocuWare Corporation powered by DocFX Back to top