C# Class Common.MVC.AspNetMvcHelpers

Afficher le fichier Open project: rabbal/Mvc5

Méthodes publiques

Méthode 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 méthode

public static GetListOfErrors ( this modelState ) : List
modelState this
Résultat List

GetSummaryFromHtml() public static méthode

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