SyndicationContent.CreateXhtmlContent(String) Método

Definição

Cria uma nova TextSyndicationContent instância com o conteúdo XHTML especificado.

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.

Devoluções

Uma nova TextSyndicationContent instância.

Aplica-se a