HtmlFormattableString Classe

Définition

Implémentation IHtmlContent de la mise en forme de chaîne composite (voir https://msdn.microsoft.com/en-us/library/txafckwd(v=vs.110).aspx) qui code les arguments mis en forme au format HTML.

public ref class HtmlFormattableString : Microsoft::AspNetCore::Html::IHtmlContent
public class HtmlFormattableString : Microsoft.AspNetCore.Html.IHtmlContent
type HtmlFormattableString = class
    interface IHtmlContent
Public Class HtmlFormattableString
Implements IHtmlContent
Héritage
HtmlFormattableString
Implémente

Constructeurs

HtmlFormattableString(IFormatProvider, String, Object[])

Crée un nouveau HtmlFormattableString avec le donné formatProvider, format et args.

HtmlFormattableString(String, Object[])

Crée un nouveau HtmlFormattableString avec les donnés format et args.

Méthodes

WriteTo(TextWriter, HtmlEncoder)

Écrit le contenu en l’encodant avec le spécifié encoder dans le spécifié writer.

S’applique à