TagHelperScopeManager.End 方法

定义

结束范围 TagHelperExecutionContext

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

返回

如果当前范围是嵌套的,则为父 TagHelperExecutionContext。 否则为 null

适用于