FieldTemplateFactory.TemplateFolderVirtualPath Property

Definition

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

public:
 property System::String ^ TemplateFolderVirtualPath { System::String ^ get(); void set(System::String ^ value); };
public string TemplateFolderVirtualPath { get; set; }
member this.TemplateFolderVirtualPath : string with get, set
Public Property TemplateFolderVirtualPath As String

Property Value

The path to the folder that contains the field templates.

Remarks

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.

Applies to