This documentation is archived and is not being maintained.

DynamicDataRouteHandler::GetScaffoldPageVirtualPath Method

Returns the virtual path of a page that is enabled for Dynamic Data.

Namespace:  System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

protected:
virtual String^ GetScaffoldPageVirtualPath(
	MetaTable^ table, 
	String^ viewName
)

Parameters

table
Type: System.Web.DynamicData::MetaTable
The 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.

Return Value

Type: System::String
The virtual path of the page.

.NET Framework

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: