EntityTemplateFactory.BuildEntityTemplateVirtualPath Method (String, DataBoundControlMode)
.NET Framework (current version)
Builds the path of the entity template for the specified table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Public Overridable Function BuildEntityTemplateVirtualPath ( templateName As String, mode As DataBoundControlMode ) As String
Parameters
- templateName
-
Type:
System.String
The name of the entity template for which to build the path.
- mode
-
Type:
System.Web.UI.WebControls.DataBoundControlMode
The display mode of the entity template.
| Exception | Condition |
|---|---|
| ArgumentNullException | The templateName is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: