DynamicDataRouteHandler.GetScaffoldPageVirtualPath(MetaTable, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the virtual path of a page that is enabled for Dynamic Data.
protected:
virtual System::String ^ GetScaffoldPageVirtualPath(System::Web::DynamicData::MetaTable ^ table, System::String ^ viewName);
protected virtual string GetScaffoldPageVirtualPath (System.Web.DynamicData.MetaTable table, string viewName);
abstract member GetScaffoldPageVirtualPath : System.Web.DynamicData.MetaTable * string -> string
override this.GetScaffoldPageVirtualPath : System.Web.DynamicData.MetaTable * string -> string
Protected Overridable Function GetScaffoldPageVirtualPath (table As MetaTable, viewName As String) As String
Parameters
- table
- MetaTable
The metadata table that the page is for.
- viewName
- String
The name of the view action, which is the page name without the ".aspx" file-name extension.
Returns
The virtual path of the page.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา