SyndicationContent.CreateHtmlContent(String) Метод

Определение

Создает новый экземпляр TextSyndicationContent с указанным HTML-содержимым.

public:
 static System::ServiceModel::Syndication::TextSyndicationContent ^ CreateHtmlContent(System::String ^ content);
public static System.ServiceModel.Syndication.TextSyndicationContent CreateHtmlContent (string content);
static member CreateHtmlContent : string -> System.ServiceModel.Syndication.TextSyndicationContent
Public Shared Function CreateHtmlContent (content As String) As TextSyndicationContent

Параметры

content
String

Текст содержимого.

Возвращаемое значение

Экземпляр TextSyndicationContent.

Комментарии

Строка, переданная в этот метод, должна содержать HTML.

Применяется к