SyndicationContent.CreateHtmlContent(String) Methode

Definitie

Hiermee maakt u een nieuw TextSyndicationContent exemplaar met de opgegeven HTML-inhoud.

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

Parameters

content
String

De tekst van de inhoud.

Retouren

Een TextSyndicationContent exemplaar.

Opmerkingen

De tekenreeks die in deze methode is doorgegeven, moet HTML bevatten.

Van toepassing op