Class TemplateTagAttribute
Attribute declaring that this property is a template variable tag.
Inherited Members
Namespace: SuperOffice.IO
Assembly: SoCore.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property)]
public class TemplateTagAttribute : Attribute
Constructors
TemplateTagAttribute(string)
Attribute declaring that this property is a template variable tag.
Declaration
public TemplateTagAttribute(string tagName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tagName | Name of the tag |
Properties
TagName
Name of the tag.
Declaration
public string TagName { get; }
Property Value
| Type | Description |
|---|---|
| string |