Router.AdditionalAssemblies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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