C# 클래스 Rhythm.Staticize.ValidationExtensions

파일 보기 프로젝트 열기: darklx/Staticize

공개 메소드들

메소드 설명
GetValidationResults ( this staticizeContext ) : IEnumerable
Save ( this validateResults, String filePath ) : void
Validate ( this validations, HtmlAgilityPack document, HtmlStaticizeContext context ) : IList

执行所有 HTML 检查

메소드 상세

GetValidationResults() 공개 정적인 메소드

public static GetValidationResults ( this staticizeContext ) : IEnumerable
staticizeContext this
리턴 IEnumerable

Save() 공개 정적인 메소드

public static Save ( this validateResults, String filePath ) : void
validateResults this
filePath String
리턴 void

Validate() 공개 정적인 메소드

执行所有 HTML 检查
public static Validate ( this validations, HtmlAgilityPack document, HtmlStaticizeContext context ) : IList
validations this
document HtmlAgilityPack
context HtmlStaticizeContext
리턴 IList