PageContext 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PageContext() |
建立空的 PageContext。 |
PageContext(ActionContext) |
初始化 PageContext 的新執行個體。 |
PageContext()
建立空的 PageContext。
public:
PageContext();
public PageContext ();
Public Sub New ()
備註
預設建構函式僅供單元測試之用。
適用於
PageContext(ActionContext)
初始化 PageContext 的新執行個體。
public:
PageContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext);
public PageContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
new Microsoft.AspNetCore.Mvc.RazorPages.PageContext : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.RazorPages.PageContext
Public Sub New (actionContext As ActionContext)
參數
- actionContext
- ActionContext