The following tables list the members exposed by TagExtensionMethod.
Public Properties
| Name | Description |
| Argument | Gets the raw argument passed to the extension method. |
| Arguments | Gets the arguments parsed into a Generic.List(Of Object) with one entry for each argument seperated with comma. |
| MethodName | Gets the name of the tag that this instance of the method is applied to. |
| TagName | Gets the name of the tag that this instance of the method is applied to. |
| Template | Gets the raw argument passed to the extension method. |
Top
Public Methods
| Name | Description |
| ExecuteMethod | Override this method and return the modified string. |
Top
See Also