Share via


SyndicationContent.CreateXhtmlContent(String) Método

Definición

Crea una nueva instancia de TextSyndicationContent con el contenido 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

El contenido XHTML.

Devoluciones

Nueva instancia de TextSyndicationContent.

Se aplica a