ClientBuildManagerParameter::ExcludedVirtualPaths Property

.NET Framework (current version)
 

Gets or sets excluded virtual paths.

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

public:
property List<String^>^ ExcludedVirtualPaths {
	List<String^>^ get();
}

Property Value

Type: System.Collections.Generic::List<String^>^

Excluded virtual paths.

.NET Framework
Available since 4.5
Return to top
Show: