HttpRuntime.CodegenDir 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
应用程序的临时文件存储目录的物理路径。