Click or drag to resize

HTMLValidationSummary Method

Gives HTML code for ValidationSummary formatted by Bootstrap class Alert

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string ValidationSummary(
	ModelStateDictionary pModelState
)

Parameters

pModelState
Type: ModelStateDictionary

[Missing <param name="pModelState"/> documentation for "M:SOWIWeb.Helper.HTML.ValidationSummary(System.Web.Mvc.ModelStateDictionary)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIWeb.Helper.HTML.ValidationSummary(System.Web.Mvc.ModelStateDictionary)"]

See Also