Router.AppAssembly Eigenschaft

Definition

Ruft die Assembly ab, die nach Komponenten gesucht werden soll, die dem URI entsprechen, oder legt diese fest.

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

Eigenschaftswert

Attribute

Gilt für: