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

應用程式的暫存檔儲存目錄的實體路徑。

適用於