RazorReferenceManager Class

Definition

Caution

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

Manages compilation references for Razor compilation.

public ref class RazorReferenceManager abstract
public abstract class RazorReferenceManager
[System.Obsolete("This type is obsolete and will be removed in a future version. See https://aka.ms/AA1x4gg for details.")]
public abstract class RazorReferenceManager
type RazorReferenceManager = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. See https://aka.ms/AA1x4gg for details.")>]
type RazorReferenceManager = class
Public MustInherit Class RazorReferenceManager
Inheritance
RazorReferenceManager
Attributes

Constructors

RazorReferenceManager()

Properties

CompilationReferences

Gets the set of compilation references to be used for Razor compilation.

Applies to