TagHelperScopeManager.End Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends a TagHelperExecutionContext scope.
public:
Microsoft::AspNetCore::Razor::Runtime::TagHelpers::TagHelperExecutionContext ^ End();
public Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext End ();
member this.End : unit -> Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext
Public Function End () As TagHelperExecutionContext
Returns
If the current scope is nested, the parent TagHelperExecutionContext.
null otherwise.