Interface IGetsTalAttributeSpecs
An object which gets AttributeSpec instances for well-known TAL attributes.
Namespace: ZptSharp.Tal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsTalAttributeSpecs
Properties
| Improve this Doc View SourceAttributes
Gets the attributes attribute spec
Declaration
AttributeSpec Attributes { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The attributes spec. |
Condition
Gets the condition attribute spec
Declaration
AttributeSpec Condition { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The condition spec. |
Content
Gets the content attribute spec
Declaration
AttributeSpec Content { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The content spec. |
Define
Gets the define attribute spec
Declaration
AttributeSpec Define { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The define spec. |
OmitTag
Gets the omit-tag attribute spec
Declaration
AttributeSpec OmitTag { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The omit-tag spec. |
OnError
Gets the on-error attribute spec
Declaration
AttributeSpec OnError { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The on-error spec. |
Repeat
Gets the repeat attribute spec
Declaration
AttributeSpec Repeat { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The repeat spec. |
Replace
Gets the replace attribute spec
Declaration
AttributeSpec Replace { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The replace spec. |