MvcRazorRuntimeCompilationOptions.AdditionalReferencePaths プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Razor ファイルの実行時のコンパイル時に使用される追加の参照へのパスを取得します。
public:
property System::Collections::Generic::IList<System::String ^> ^ AdditionalReferencePaths { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AdditionalReferencePaths { get; }
member this.AdditionalReferencePaths : System.Collections.Generic.IList<string>
Public ReadOnly Property AdditionalReferencePaths As IList(Of String)
プロパティ値
注釈
既定では、参照を収集するランタイム コンパイラ ICompilationReferencesProvider は、 を使用して Razor ファイルをコンパイルします。 この API を使用すると、コンパイラへの追加の参照を提供できます。