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
    Slash.Diagnostics.ReSharper.AnnotationsAspMvcSupressViewErrorAttribute

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
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