API version:
Show / Hide Table of Contents

Class WebLink

Represents an RFC 5988 Web Link.

Inheritance
System.Object
WebLink
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public class WebLink

Constructors

WebLink(String, String)

Initializes a new instance of the WebLink class.

Declaration
public WebLink(string target, string relation)
Parameters
Type Name Description
System.String target

The link target.

System.String relation

The link relation.

Properties

Relation

Gets the link relation.

Declaration
public string Relation { get; }
Property Value
Type Description
System.String

The link relation.

Target

Gets the link target.

Declaration
public string Target { get; }
Property Value
Type Description
System.String

The link target.

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.