C# Class Common.MVC.AspNetMvcHelpers

Exibir arquivo Open project: rabbal/Mvc5

Public Methods

Method Description
GetListOfErrors ( this modelState ) : List
GetSummaryFromHtml ( this html, string text, int max ) : string

get summary of Html with max size

Method Details

GetListOfErrors() public static method

public static GetListOfErrors ( this modelState ) : List
modelState this
return List

GetSummaryFromHtml() public static method

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