Sdílet prostřednictvím


Router.AdditionalAssemblies Vlastnost

Definice

Získá nebo nastaví kolekci dalších sestavení, která by měla být prohledána součásti, které mohou odpovídat identifikátorům URI.

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)

Hodnota vlastnosti

Atributy

Platí pro