Freigeben über


SyndicationContent.CreateHtmlContent(String) Methode

Definition

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

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

Parameter

content
String

Der Text des Inhalts.

Gibt zurück

Eine TextSyndicationContent-Instanz.

Hinweise

Die in diese Methode übergebene Zeichenfolge sollte HTML enthalten.

Gilt für: