HttpContext.IsCustomErrorEnabled Property
.NET Framework 3.0
Gets a value indicating whether custom errors are enabled for the current HTTP request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property IsCustomErrorEnabled As Boolean 'Usage Dim instance As HttpContext Dim value As Boolean value = instance.IsCustomErrorEnabled
/** @property */ public boolean get_IsCustomErrorEnabled ()
public function get IsCustomErrorEnabled () : boolean
Not applicable.