C# 클래스 Common.MVC.AspNetMvcHelpers

파일 보기 프로젝트 열기: rabbal/Mvc5

공개 메소드들

메소드 설명
GetListOfErrors ( this modelState ) : List
GetSummaryFromHtml ( this html, string text, int max ) : string

get summary of Html with max size

메소드 상세

GetListOfErrors() 공개 정적인 메소드

public static GetListOfErrors ( this modelState ) : List
modelState this
리턴 List

GetSummaryFromHtml() 공개 정적인 메소드

get summary of Html with max size
public static GetSummaryFromHtml ( this html, string text, int max ) : string
html this
text string
max int
리턴 string