Priority1 Module
Contains priority 1 overloads for the WebAppBuilder computation expression.
Type extensions
Type extension | Description |
Full Usage:
services configureServices
Parameters:
IServiceCollection -> 'a
-
The function to apply to the web application builder's service collection.
Returns: WebApplicationBuilder
|
Applies the given action to the WebApplicationBuilder.Services property of the WebApplicationBuilder being used to build the app.
Extended Type:
Example
val app: obj
|