Interface IGetsZptNodeAndAttributeRemovalContextProcessor
An object which gets an implementation of IProcessesExpressionContext which will remove ZPT nodes and attributes from a DOM context.
Namespace: ZptSharp.Rendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsZptNodeAndAttributeRemovalContextProcessor
Methods
| Improve this Doc View SourceGetNodeAndAttributeRemovalProcessor()
Gets the node & attribute removal processor.
Declaration
IProcessesExpressionContext GetNodeAndAttributeRemovalProcessor()
Returns
Type | Description |
---|---|
IProcessesExpressionContext | The node and attribute removal processor. |