ClientBuildManager::GetGeneratedSourceFile Method (String^)

 

Gets the physical path to the generated file for a virtual path.

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

public:
String^ GetGeneratedSourceFile(
	String^ virtualPath
)

Parameters

virtualPath
Type: System::String^

The virtual path of the file to retrieve.

Return Value

Type: System::String^

A String that contains the physical path to the generated file.

Exception Condition
ArgumentNullException

virtualPath is null.

.NET Framework
Available since 2.0
Return to top
Show: