SyndicationContent.CreateXhtmlContent(String) Método
Definição
Cria uma nova instância TextSyndicationContent com o conteúdo XHTML especificado.Creates a new TextSyndicationContent instance with the specified XHTML content.
public:
static System::ServiceModel::Syndication::TextSyndicationContent ^ CreateXhtmlContent(System::String ^ content);
public static System.ServiceModel.Syndication.TextSyndicationContent CreateXhtmlContent (string content);
static member CreateXhtmlContent : string -> System.ServiceModel.Syndication.TextSyndicationContent
Public Shared Function CreateXhtmlContent (content As String) As TextSyndicationContent
Parâmetros
- content
- String
O conteúdo XHTML.The XHTML content.
Retornos
Uma nova instância de TextSyndicationContent.A new TextSyndicationContent instance.