TagHelperScopeManager.End Method

Definition

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.

Applies to