Method HostApplication
HostApplication(IUIToolkitApp, IServiceProvider)
Called when the app is being hosted.
A service provider is provided that can be used to resolve services through the host itself.Declaration
public void HostApplication(IUIToolkitApp app, IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
IUIToolkitApp | app | The app to host. |
IServiceProvider | serviceProvider | The service provider to use. |