Show / Hide Table of Contents

Class AbpWebAssemblyServiceCollectionExtensions

Inheritance
System.Object
AbpWebAssemblyServiceCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
IServiceCollection services
Returns
Type Description
WebAssemblyHostBuilder
Back to top Powered by Volosoft