HttpRuntime.CodegenDir 属性

定义

获取 ASP.NET 存储当前应用程序的临时文件(生成的源、编译了的程序集等)的目录的物理路径。

public:
 static property System::String ^ CodegenDir { System::String ^ get(); };
public static string CodegenDir { get; }
member this.CodegenDir : string
Public Shared ReadOnly Property CodegenDir As String

属性值

String

应用程序的临时文件存储目录的物理路径。

适用于