MetaModel.DynamicDataFolderVirtualPath Property

 

Gets or sets the virtual path of the DynamicData folder in the Web site.

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

public string DynamicDataFolderVirtualPath { get; set; }

Property Value

Type: System.String

The virtual path of the DynamicData folder.

This property enables you to change the virtual path of the DynamicData folder. The default value is "~/DynamicData".

.NET Framework
Available since 3.5
Return to top
Show: