Represents the response from IAttributeHandler.Handle(IRenderingContext).
More...
|
IRenderingContext[] | Contexts [get] |
| Gets a collection of the rendering contexts which are exposed after a handling operation has completed. More...
|
|
bool | ContinueHandling [get] |
| Gets a value indicating whether the Contexts should be handled by further TAL attribute-handlers, as if they were the same as the source context. More...
|
|
IRenderingContext[] | NewlyExposedContexts [get] |
| Gets a collection of elements which are newly-exposed after a handling operation has completed. These elements must be processed from scratch and not included in further processing. More...
|
|
Initializes a new instance of the CSF.Zpt.Tal.AttributeHandlingResult class.
- Parameters
-
elements | The elements which remain after processing. |
continueHandling | If set to true continue handling. |
newlyExposedElements | An optional collection of elements which are newly-exposed but must be processed from scratch. |
Gets a collection of the rendering contexts which are exposed after a handling operation has completed.
The contexts.
bool CSF.Zpt.Tal.AttributeHandlingResult.ContinueHandling |
|
get |
Gets a value indicating whether the Contexts should be handled by further TAL attribute-handlers, as if they were the same as the source context.
true
if handling should continue; otherwise, false
.
Gets a collection of elements which are newly-exposed after a handling operation has completed. These elements must be processed from scratch and not included in further processing.
The newly-exposed elements.
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt/Tal/AttributeHandlingResult.cs