Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Tag Helpers: Create TagHelper runner. #154

Closed
NTaylorMullen opened this issue Sep 25, 2014 · 1 comment
Closed

Tag Helpers: Create TagHelper runner. #154

NTaylorMullen opened this issue Sep 25, 2014 · 1 comment

Comments

@NTaylorMullen
Copy link
Contributor

This is a breakout item of #130.

A TagHelperRunner takes in a TagHelperExecutionContext and constructs TagHelperOutputs, and TagHelperContext's in order to call ProcessAsync on all of the tag helpers within the TagHelperExecutionContext.

It is used like so:

__executionContext.Output = await __tagHelperRunner.RunAsync(__executionContext);
@NTaylorMullen NTaylorMullen self-assigned this Sep 25, 2014
@NTaylorMullen NTaylorMullen added this to the 4.0.0-beta1 milestone Sep 25, 2014
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 3, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 4, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 4, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
NTaylorMullen added a commit that referenced this issue Oct 5, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
@NTaylorMullen
Copy link
Contributor Author

4378f96
b1a3c8c

NTaylorMullen added a commit that referenced this issue Oct 9, 2014
- This involved adding the following core classes: TagHelper, TagHelperExecutionContext, TagHelperOutput, TagHelperContext.  All of which aid in running TagHelpers.

#154
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants