SyndicationLink.CreateSelfLink Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SyndicationLink with the relationship type set to self
.
CreateSelfLink(Uri, String) |
Creates a new SyndicationLink with the specified URI, media type, and relationship type set to |
CreateSelfLink(Uri) |
Creates a new SyndicationLink with the specified URI and relationship type set to |
This method creates a new SyndicationLink object and sets RelationshipType to self
.
- Source:
- SyndicationLink.cs
- Source:
- SyndicationLink.cs
- Source:
- SyndicationLink.cs
Creates a new SyndicationLink with the specified URI, media type, and relationship type set to self
.
public:
static System::ServiceModel::Syndication::SyndicationLink ^ CreateSelfLink(Uri ^ uri, System::String ^ mediaType);
public static System.ServiceModel.Syndication.SyndicationLink CreateSelfLink (Uri uri, string mediaType);
static member CreateSelfLink : Uri * string -> System.ServiceModel.Syndication.SyndicationLink
Public Shared Function CreateSelfLink (uri As Uri, mediaType As String) As SyndicationLink
Parameters
- uri
- Uri
The URI to the linked resource.
- mediaType
- String
The media type of the link.
Returns
A SyndicationLink instance.
Examples
The following example shows how to create a self link.
SyndicationLink link = SyndicationLink.CreateSelfLink(new Uri("http://server/link"), "text/html");
Dim link As SyndicationLink = SyndicationLink.CreateSelfLink(New Uri("http://server/link"), "text/html")
Applies to
.NET 9 (package-provided) et autres versions
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- SyndicationLink.cs
- Source:
- SyndicationLink.cs
- Source:
- SyndicationLink.cs
Creates a new SyndicationLink with the specified URI and relationship type set to self
.
public:
static System::ServiceModel::Syndication::SyndicationLink ^ CreateSelfLink(Uri ^ uri);
public static System.ServiceModel.Syndication.SyndicationLink CreateSelfLink (Uri uri);
static member CreateSelfLink : Uri -> System.ServiceModel.Syndication.SyndicationLink
Public Shared Function CreateSelfLink (uri As Uri) As SyndicationLink
Parameters
- uri
- Uri
The URI to the linked resource.
Returns
A SyndicationLink instance.
Examples
The following example shows how to create a self link.
SyndicationLink link = SyndicationLink.CreateSelfLink(new Uri("http://server/link"));
Dim link As SyndicationLink = SyndicationLink.CreateSelfLink(New Uri("http://server/link"))
Applies to
.NET 9 (package-provided) et autres versions
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :