Router.AppAssembly Property

Definition

Gets or sets the assembly that should be searched for components matching the URI.

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

Property Value

Attributes

Applies to