Show / Hide Table of Contents

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 Source

Attributes

Gets the attributes attribute spec

Declaration
AttributeSpec Attributes { get; }
Property Value
Type Description
AttributeSpec

The attributes spec.

| Improve this Doc View Source

Condition

Gets the condition attribute spec

Declaration
AttributeSpec Condition { get; }
Property Value
Type Description
AttributeSpec

The condition spec.

| Improve this Doc View Source

Content

Gets the content attribute spec

Declaration
AttributeSpec Content { get; }
Property Value
Type Description
AttributeSpec

The content spec.

| Improve this Doc View Source

Define

Gets the define attribute spec

Declaration
AttributeSpec Define { get; }
Property Value
Type Description
AttributeSpec

The define spec.

| Improve this Doc View Source

OmitTag

Gets the omit-tag attribute spec

Declaration
AttributeSpec OmitTag { get; }
Property Value
Type Description
AttributeSpec

The omit-tag spec.

| Improve this Doc View Source

OnError

Gets the on-error attribute spec

Declaration
AttributeSpec OnError { get; }
Property Value
Type Description
AttributeSpec

The on-error spec.

| Improve this Doc View Source

Repeat

Gets the repeat attribute spec

Declaration
AttributeSpec Repeat { get; }
Property Value
Type Description
AttributeSpec

The repeat spec.

| Improve this Doc View Source

Replace

Gets the replace attribute spec

Declaration
AttributeSpec Replace { get; }
Property Value
Type Description
AttributeSpec

The replace spec.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX