RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

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.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


[AttributeUsageAttribute]
public sealed class RazorSectionAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class RazorSectionAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class RazorSectionAttribute sealed : public Attribute

Inheritance Hierarchy


Object
  Attribute
    RingSoft.DataEntryControls.WPF..::..RazorSectionAttribute