Click or drag to resize

AspMvcSupressViewErrorAttribute Class

ASP.NET MVC attribute. Allows disabling all inspections for MVC views within a class or a method.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ozeki.CommonAspMvcSupressViewErrorAttribute

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public sealed class AspMvcSupressViewErrorAttribute : Attribute

The AspMvcSupressViewErrorAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAspMvcSupressViewErrorAttributeInitializes a new instance of the AspMvcSupressViewErrorAttribute class
Top
See Also