DynamicDataRouteHandler.GetCustomPageVirtualPath(MetaTable, String) 方法

定义

创建自定义页面的虚拟路径。

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”的页面名。

返回

自定义页面的虚拟路径。

适用于