Router.AdditionalAssemblies Property

Definition

Gets or sets a collection of additional assemblies that should be searched for components that can match URIs.

public:
 property System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ AdditionalAssemblies { System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public System.Collections.Generic.IEnumerable<System.Reflection.Assembly> AdditionalAssemblies { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.AdditionalAssemblies : seq<System.Reflection.Assembly> with get, set
Public Property AdditionalAssemblies As IEnumerable(Of Assembly)

Property Value

Attributes

Applies to