RazorSectionAttribute Class
Razor attribute. Indicates that the marked parameter or method is a Razor section.
Use this attribute for custom wrappers similar to
System.Web.WebPages.WebPageBase.RenderSection(String).
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class RazorSectionAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class RazorSectionAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class RazorSectionAttribute sealed : public Attribute