DynamicDataRouteHandler.GetCustomPageVirtualPath(MetaTable, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立自訂頁面的虛擬路徑。
protected:
virtual System::String ^ GetCustomPageVirtualPath(System::Web::DynamicData::MetaTable ^ table, System::String ^ viewName);
protected virtual string GetCustomPageVirtualPath (System.Web.DynamicData.MetaTable table, string viewName);
abstract member GetCustomPageVirtualPath : System.Web.DynamicData.MetaTable * string -> string
override this.GetCustomPageVirtualPath : System.Web.DynamicData.MetaTable * string -> string
Protected Overridable Function GetCustomPageVirtualPath (table As MetaTable, viewName As String) As String
參數
- table
- MetaTable
頁面適用的資料模型中繼資料表。
- viewName
- String
檢視動作的名稱,是無 ".aspx" 副檔名的頁面名稱。
傳回
自訂頁面的虛擬路徑。