CompilationLoader.LoadedRewriteSteps Property

Definition

Contains the Uri and names of all rewrite steps loaded from the specified dlls in the order in which they are executed.

public System.Collections.Immutable.ImmutableArray<(Uri, string)> LoadedRewriteSteps { get; }
member this.LoadedRewriteSteps : System.Collections.Immutable.ImmutableArray<ValueTuple<Uri, string>>
Public ReadOnly Property LoadedRewriteSteps As ImmutableArray(Of ValueTuple(Of Uri, String))

Property Value

ImmutableArray<ValueTuple<Uri,String>>

Applies to