asp.net.ph

HttpRuntime.CodegenDir Property

System.Web Namespace   HttpRuntime Class


Gets the physical path to the directory where ASP.NET stores temporary files ( generated sources, compiled assemblies, and so on ) for the current application.

[ VB ]
Public Shared ReadOnly Property CodegenDir As String

[ C# ]
public static string CodegenDir {get;}

[ C++ ]
public: __property static String* get_CodegenDir ( );

[ JScript ]
public static function get CodegenDir ( ) : String;

Property Value

The physical path to the application's temporary file storage directory.

.NET Framework Security:


See Also

HttpRuntime Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note