Show / Hide Table of Contents

Class AbpWebAssemblyServiceCollectionExtensions

Inheritance
object
AbpWebAssemblyServiceCollectionExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
public static class AbpWebAssemblyServiceCollectionExtensions

Methods

GetHostBuilder(IServiceCollection)

Declaration
public static WebAssemblyHostBuilder GetHostBuilder(this IServiceCollection services)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IServiceCollection services
Returns
Type Description
Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostBuilder
In This Article
Back to top Powered by Volosoft