Class WebAssemblyHostBuilderEx
Static class with extension methods for initializing the Microsoft.
Inheritance
Namespace: LambdaSharp.App
Assembly: LambdaSharp.App.dll
Syntax
public static class WebAssemblyHostBuilderEx
Methods
AddLambdaSharp<T>(WebAssemblyHostBuilder)
Configure the Microsoft.
Declaration
public static WebAssemblyHostBuilder AddLambdaSharp<T>(this WebAssemblyHostBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
builder | The Microsoft. |
Returns
Type | Description |
---|---|
Microsoft. |
The Microsoft. |
Type Parameters
Name | Description |
---|---|
T | The application type used to determine the assembly version GUID. |
UseLambdaSharp(WebAssemblyHostBuilder, Type)
Configure the Microsoft.
Declaration
public static WebAssemblyHostBuilder UseLambdaSharp(this WebAssemblyHostBuilder builder, Type mainType)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
builder | The Microsoft. |
System. |
mainType | The application type used to determine the assembly version GUID. |
Returns
Type | Description |
---|---|
Microsoft. |
The Microsoft. |