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: 1.8.12.0 (1.8.12)
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