DynamicDataRouteHandler.GetCustomPageVirtualPath Method (MetaTable, String)
.NET Framework (current version)
Creates the virtual path of a custom page.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
abstract GetCustomPageVirtualPath : table:MetaTable * viewName:string -> string override GetCustomPageVirtualPath : table:MetaTable * viewName:string -> string
Parameters
- table
-
Type:
System.Web.DynamicData.MetaTable
The data-model metadata table that the page is for.
- viewName
-
Type:
System.String
The name of the view action, which is the page name without the ".aspx" file-name extension.
.NET Framework
Available since 3.5
Available since 3.5
Show: