Show / Hide Table of Contents

Class Link

Inheritance
System.Object
Link
Link<TResponse>
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Link : object

Constructors

Link(String)

Declaration
public Link(string href)
Parameters
Type Name Description
System.String href

Properties

Href

Declaration
public string Href { get; set; }
Property Value
System.String

Templated

Declaration
public virtual bool Templated { get; }
Property Value
System.Boolean

Uri

Declaration
public virtual Uri Uri { get; }
Property Value
Uri

Back to top Generated by DocFX