TagHelperScopeManager.End Método

Definición

Finaliza un TagHelperExecutionContext ámbito.

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

Devoluciones

TagHelperExecutionContext

Si el ámbito actual está anidado, el elemento primario TagHelperExecutionContext. Null en caso contrario.

Se aplica a