C# Класс Candor.Web.Mvc.ModelStateDictionaryExtension

Extensions for ModelStateDictionary
Показать файл Открыть проект

Открытые методы

Метод Описание
ToHtmlString ( this modelState ) : String

Converts a model state dictionary into an html formatted string for a custom presentation.

ToJson ( this modelState ) : object

Converts a model state dictionary into a Json response for a custom presentation.

Описание методов

ToHtmlString() публичный статический Метод

Converts a model state dictionary into an html formatted string for a custom presentation.
public static ToHtmlString ( this modelState ) : String
modelState this
Результат String

ToJson() публичный статический Метод

Converts a model state dictionary into a Json response for a custom presentation.
public static ToJson ( this modelState ) : object
modelState this
Результат object