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 HierarchySystemObject
SystemAttribute
Ozeki.CommonRazorSectionAttribute
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic sealed class RazorSectionAttribute : Attribute
Public NotInheritable Class RazorSectionAttribute
Inherits Attribute
public ref class RazorSectionAttribute sealed : public Attribute
[<SealedAttribute>]
type RazorSectionAttribute =
class
inherit Attribute
end
The RazorSectionAttribute type exposes the following members.
Constructors
See Also