SyndicationContent.CreateUrlContent(Uri, String) Method

Definition

Creates a new UrlSyndicationContent instance with the specified Uri and media type.

public:
 static System::ServiceModel::Syndication::UrlSyndicationContent ^ CreateUrlContent(Uri ^ url, System::String ^ mediaType);
public static System.ServiceModel.Syndication.UrlSyndicationContent CreateUrlContent (Uri url, string mediaType);
static member CreateUrlContent : Uri * string -> System.ServiceModel.Syndication.UrlSyndicationContent
Public Shared Function CreateUrlContent (url As Uri, mediaType As String) As UrlSyndicationContent

Parameters

url
Uri

The Uri of the content.

mediaType
String

The media type of the content.

Returns

UrlSyndicationContent

A new UrlSyndicationContent instance.

Remarks

The media type parameter can be set to any known MIME type value as defined in RFC 2046.

Applies to