RazorViewEngineOptions.CompilationOptions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die von der CSharpCompilationOptions Razor-Ansichtskompilierung verwendete ab oder legt diese fest.
public:
property Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ CompilationOptions { Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ get(); void set(Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ value); };
public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions CompilationOptions { get; set; }
member this.CompilationOptions : Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions with get, set
Public Property CompilationOptions As CSharpCompilationOptions