C# 클래스 Microsoft.Html.Core.Parser.DocTypeSignatures

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Html32 string
Html401Frameset string
Html401Strict string
Html401Transitional string
Html5 string
Xhtml10Frameset string
Xhtml10Strict string
Xhtml10Transitional string
Xhtml11 string
Xhtml20 string

공개 메소드들

메소드 설명
GetDocType ( string docTypeText ) : DocType

메소드 상세

GetDocType() 공개 정적인 메소드

public static GetDocType ( string docTypeText ) : DocType
docTypeText string
리턴 DocType

프로퍼티 상세

Html32 공개적으로 정적으로 프로퍼티

public static string Html32
리턴 string

Html401Frameset 공개적으로 정적으로 프로퍼티

public static string Html401Frameset
리턴 string

Html401Strict 공개적으로 정적으로 프로퍼티

public static string Html401Strict
리턴 string

Html401Transitional 공개적으로 정적으로 프로퍼티

public static string Html401Transitional
리턴 string

Html5 공개적으로 정적으로 프로퍼티

public static string Html5
리턴 string

Xhtml10Frameset 공개적으로 정적으로 프로퍼티

public static string Xhtml10Frameset
리턴 string

Xhtml10Strict 공개적으로 정적으로 프로퍼티

public static string Xhtml10Strict
리턴 string

Xhtml10Transitional 공개적으로 정적으로 프로퍼티

public static string Xhtml10Transitional
리턴 string

Xhtml11 공개적으로 정적으로 프로퍼티

public static string Xhtml11
리턴 string

Xhtml20 공개적으로 정적으로 프로퍼티

public static string Xhtml20
리턴 string