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

アプリケーションの一時ファイルのストレージ ディレクトリを表す物理パス。

適用対象