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.DbLookup.Controls.WPF.PropertiesAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
[AttributeUsageAttribute] public sealed class RazorSectionAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class RazorSectionAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class RazorSectionAttribute sealed : public Attribute