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

Tag Helpers: Create a TagHelperScopeManager #155

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

Tag Helpers: Create a TagHelperScopeManager #155

NTaylorMullen opened this issue Sep 25, 2014 · 1 comment

Comments

@NTaylorMullen
Copy link
Contributor

This is a breakout item of #130.

A TagHelperScopeManager is responsible for creating TagHelperExecutionContexts and managing their lifetimes based on calls to Begin and End

It is used like so:

__executionContext = __tagHelperScopeManager.Begin("p");
...
__executionContext = __tagHelperScopeManager.End(); // Pops the execution context stack and returns the next in line. 
@NTaylorMullen NTaylorMullen added this to the 4.0.0-beta1 milestone Sep 25, 2014
@NTaylorMullen NTaylorMullen self-assigned this Sep 25, 2014
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 25, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 26, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 29, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Sep 30, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 1, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 2, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 3, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 4, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 4, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
NTaylorMullen added a commit that referenced this issue Oct 5, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
@NTaylorMullen
Copy link
Contributor Author

66aea52
d080dc8

NTaylorMullen added a commit that referenced this issue Oct 9, 2014
- Also added an interface ITagHelperScopeManager so we can activate the type via DI.

#155
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