SyndicationContent.CreateHtmlContent(String) Método
Definição
Cria uma nova instância TextSyndicationContent com o conteúdo HTML especificado.Creates a new TextSyndicationContent instance with the specified HTML content.
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
Parâmetros
- content
- String
O texto do conteúdo.The text of the content.
Retornos
Uma instância de TextSyndicationContent.A TextSyndicationContent instance.
Comentários
A cadeia de caracteres passada para esse método deve conter HTML.The string passed into this method should contain HTML.