C# Class Microsoft.AspNetCore.Html.HtmlFormattableString

Inheritance: IHtmlContent
Afficher le fichier Open project: aspnet/HtmlAbstractions Class Usage Examples

Méthodes publiques

Méthode Description
HtmlFormattableString ( IFormatProvider formatProvider, string format ) : System

Creates a new HtmlFormattableString with the given formatProvider, format and args.

HtmlFormattableString ( string format ) : System

Creates a new HtmlFormattableString with the given format and args.

WriteTo ( TextWriter writer, System.Text.Encodings.Web.HtmlEncoder encoder ) : void

Private Methods

Méthode Description
DebuggerToString ( ) : string

Method Details

HtmlFormattableString() public méthode

Creates a new HtmlFormattableString with the given formatProvider, format and args.
public HtmlFormattableString ( IFormatProvider formatProvider, string format ) : System
formatProvider IFormatProvider An object that provides culture-specific formatting information.
format string A composite format string.
Résultat System

HtmlFormattableString() public méthode

Creates a new HtmlFormattableString with the given format and args.
public HtmlFormattableString ( string format ) : System
format string A composite format string.
Résultat System

WriteTo() public méthode

public WriteTo ( TextWriter writer, System.Text.Encodings.Web.HtmlEncoder encoder ) : void
writer System.IO.TextWriter
encoder System.Text.Encodings.Web.HtmlEncoder
Résultat void