EntityTemplateFactory.GetEntityTemplateVirtualPath Method (MetaTable, DataBoundControlMode, String)
.NET Framework (current version)
Gets the virtual path of the entity template for the specified table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public virtual string GetEntityTemplateVirtualPath( MetaTable table, DataBoundControlMode mode, string uiHint )
Parameters
- table
-
Type:
System.Web.DynamicData.MetaTable
The metadata for the table to which the entity template applies.
- mode
-
Type:
System.Web.UI.WebControls.DataBoundControlMode
The display mode of the entity template.
- uiHint
-
Type:
System.String
The name of the template to use.
| Exception | Condition |
|---|---|
| ArgumentNullException | The table is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: