RazorViewEngineOptions.AdditionalCompilationReferences Property

Definition

Caution

This property is obsolete and will be removed in a future version. See https://aka.ms/AA1x4gg for details.

Gets the MetadataReference instances that should be included in Razor compilation, along with those discovered by MetadataReferenceFeatureProviders.

public:
 property System::Collections::Generic::IList<Microsoft::CodeAnalysis::MetadataReference ^> ^ AdditionalCompilationReferences { System::Collections::Generic::IList<Microsoft::CodeAnalysis::MetadataReference ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.CodeAnalysis.MetadataReference> AdditionalCompilationReferences { get; }
[System.Obsolete("This property is obsolete and will be removed in a future version. See https://aka.ms/AA1x4gg for details.")]
public System.Collections.Generic.IList<Microsoft.CodeAnalysis.MetadataReference> AdditionalCompilationReferences { get; }
member this.AdditionalCompilationReferences : System.Collections.Generic.IList<Microsoft.CodeAnalysis.MetadataReference>
[<System.Obsolete("This property is obsolete and will be removed in a future version. See https://aka.ms/AA1x4gg for details.")>]
member this.AdditionalCompilationReferences : System.Collections.Generic.IList<Microsoft.CodeAnalysis.MetadataReference>
Public ReadOnly Property AdditionalCompilationReferences As IList(Of MetadataReference)

Property Value

Attributes

Applies to