Class AppHostBuilderExtensions
Represents application host extension, that used to configure handlers defined in Syncfusion maui core.
Inheritance
System.Object
AppHostBuilderExtensions
Namespace: SampleBrowser.Maui.Base.Hosting
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public static class AppHostBuilderExtensions : Object
Methods
ConfigureSampleBrowserBase(MauiAppBuilder)
Configures the implemented handlers in Syncfusion.Maui.Core.
Declaration
public static MauiAppBuilder ConfigureSampleBrowserBase(this MauiAppBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Hosting.MauiAppBuilder | builder |
Returns
Type |
---|
Microsoft.Maui.Hosting.MauiAppBuilder |