FieldTemplateFactory.TemplateFolderVirtualPath Property

 

Gets or sets the folder in which to create a field template.

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

member TemplateFolderVirtualPath : string with get, set

Property Value

Type: System.String

The path to the folder that contains the field templates.

The default folder where field templates are created is the /DynamicData/FieldTemplates/. This folder contains the default field templates and custom field templates that you create. If you create and specify a different folder for the field templates, Dynamic Data will create the field templates in the folder you specify. For more information about field templates, see ASP.NET Dynamic Data Scaffolding.

.NET Framework
Available since 3.5
Return to top
Show: