ClientBuildManager.CodeGenDir 属性
定义
获取用于代码生成的目录的物理路径。Gets the physical path to the directory used for code generation.
public:
property System::String ^ CodeGenDir { System::String ^ get(); };
public string CodeGenDir { get; }
member this.CodeGenDir : string
Public ReadOnly Property CodeGenDir As String
属性值
String,包含用于代码生成的目录路径。A String containing the directory path used for code generation.
注解
用于代码生成的目录通常位于临时 ASP.NET files 目录中。The directory for code generation is typically in the temporary ASP.NET files directory.