Class Link
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Represents a link in a HAL resource.
Inheritance
Namespace: Stylelabs.M.Base.Web.Api.Models
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Constructors
Link()
Initializes a new instance of the Link class.
Declaration
Link(String)
Initializes a new instance of the Link class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | uri |
The initial Uri. |
Link(String, String)
Initializes a new instance of the Link class.
Declaration
Parameters
Link(String, String, Boolean)
Initializes a new instance of the Link class.
Declaration
Parameters
Link(String, String, String[])
Initializes a new instance of the Link class.
Declaration
Parameters
Link(Uri)
Initializes a new instance of the Link class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri |
The initial Uri. |
Link(Uri, String)
Initializes a new instance of the Link class.
Declaration
Parameters
Link(Uri, String, Boolean)
Initializes a new instance of the Link class.
Declaration
Parameters
Properties
FileNameProperties
Gets or sets the URI that points to the resource this link refers to.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String[] |
The URI. |
Template
Gets or sets a value indicating whether the contained URI is a template.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
Title
Gets or sets the title that describes this link.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
A descriptive title for this link. |
Uri
Gets or sets the URI that points to the resource this link refers to.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
The URI. |
Operators
Implicit(String to Link)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | uri |
Returns
| Type | Description |
|---|---|
| Link |
Implicit(Uri to Link)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri |
Returns
| Type | Description |
|---|---|
| Link |