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
    Ozeki.CommonRazorSectionAttribute

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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