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.3.183.0
Syntax
public sealed class AspMvcSupressViewErrorAttribute : Attribute

The AspMvcSupressViewErrorAttribute type exposes the following members.

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