SyndicationContent.CreateXhtmlContent(String) Methode

Definition

Erstellt eine neue TextSyndicationContent Instanz mit dem angegebenen XHTML-Inhalt.

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

Parameter

content
String

Der XHTML-Inhalt.

Gibt zurück

Eine neue TextSyndicationContent Instanz.

Gilt für: