C# 클래스 Microsoft.AspNetCore.Html.HtmlFormattableString

상속: IHtmlContent
파일 보기 프로젝트 열기: aspnet/HtmlAbstractions 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DebuggerToString ( ) : string

메소드 상세

HtmlFormattableString() 공개 메소드

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.
리턴 System

HtmlFormattableString() 공개 메소드

Creates a new HtmlFormattableString with the given format and args.
public HtmlFormattableString ( string format ) : System
format string A composite format string.
리턴 System

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, System.Text.Encodings.Web.HtmlEncoder encoder ) : void
writer System.IO.TextWriter
encoder System.Text.Encodings.Web.HtmlEncoder
리턴 void