DocumentValidationHelperGetStatusCodeDescription Method |
Get string representation of HTTP status code
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax public static string GetStatusCodeDescription(
int statusNumber,
string culture
)
Parameters
- statusNumber
- Type: SystemInt32
HTTP status code - culture
- Type: SystemString
Culture of resulting text
Return Value
Type:
StringSee Also