SyndicationContent.CreateHtmlContent(String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowe TextSyndicationContent wystąpienie z określoną zawartością HTML.
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
Parametry
- content
- String
Tekst zawartości.
Zwraca
TextSyndicationContent Wystąpienie.
Uwagi
Ciąg przekazany do tej metody powinien zawierać kod HTML.