Click or drag to resize
RazorSectionAttribute Class
Razor attribute. Indicates that a parameter or a method is a Razor section. Use this attribute for custom wrappers similar to [!:System.Web.WebPages.WebPageBase.RenderSection(String)]
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.Diagnostics.ReSharper.AnnotationsRazorSectionAttribute

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public sealed class RazorSectionAttribute : Attribute

The RazorSectionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRazorSectionAttribute
Initializes a new instance of the RazorSectionAttribute class
Top
See Also