UrlSyndicationContent Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса UrlSyndicationContent.
Перегрузки
UrlSyndicationContent(UrlSyndicationContent) |
Инициализирует новый экземпляр класса UrlSyndicationContent с указанным экземпляром UrlSyndicationContent. |
UrlSyndicationContent(Uri, String) |
Инициализирует новый экземпляр класса UrlSyndicationContent с заданным Uri и типом носителя. |
UrlSyndicationContent(UrlSyndicationContent)
- Исходный код:
- UrlSyndicationContent.cs
- Исходный код:
- UrlSyndicationContent.cs
- Исходный код:
- UrlSyndicationContent.cs
- Исходный код:
- UrlSyndicationContent.cs
Инициализирует новый экземпляр класса UrlSyndicationContent с указанным экземпляром UrlSyndicationContent.
protected:
UrlSyndicationContent(System::ServiceModel::Syndication::UrlSyndicationContent ^ source);
protected UrlSyndicationContent (System.ServiceModel.Syndication.UrlSyndicationContent source);
new System.ServiceModel.Syndication.UrlSyndicationContent : System.ServiceModel.Syndication.UrlSyndicationContent -> System.ServiceModel.Syndication.UrlSyndicationContent
Protected Sub New (source As UrlSyndicationContent)
Параметры
- source
- UrlSyndicationContent
Экземпляр класса UrlSyndicationContent.
Применяется к
UrlSyndicationContent(Uri, String)
- Исходный код:
- UrlSyndicationContent.cs
- Исходный код:
- UrlSyndicationContent.cs
- Исходный код:
- UrlSyndicationContent.cs
- Исходный код:
- UrlSyndicationContent.cs
Инициализирует новый экземпляр класса UrlSyndicationContent с заданным Uri и типом носителя.
public:
UrlSyndicationContent(Uri ^ url, System::String ^ mediaType);
public UrlSyndicationContent (Uri url, string mediaType);
new System.ServiceModel.Syndication.UrlSyndicationContent : Uri * string -> System.ServiceModel.Syndication.UrlSyndicationContent
Public Sub New (url As Uri, mediaType As String)
Параметры
Примеры
В следующем примере показан вызов этого конструктора.
UrlSyndicationContent urlContent = new UrlSyndicationContent(new Uri("http://localhost/content"), "text/html");
Dim urlContent As UrlSyndicationContent = New UrlSyndicationContent(New Uri("http://localhost/content"), "text/html")
Комментарии
Для параметра типа носителя можно задать любое известное значение типа MIME, как определено в RFC 2046.