Interface IGetsTalContextProcessor
An object which can get a IHandlesProcessingError suitable for the TAL document-manipulation process.
Namespace: ZptSharp.Tal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsTalContextProcessor
Methods
| Improve this Doc View SourceGetTalContextProcessor()
Gets the TAL context processor.
Declaration
IHandlesProcessingError GetTalContextProcessor()
Returns
Type | Description |
---|---|
IHandlesProcessingError | The TAL context processor. |