- Namespace
- Statiq
.Web - Containing Type
- Bootstrapper
Deploy Extensions
Syntax
public static TBootstrapper DeployToAzureAppService<TBootstrapper>(this TBootstrapper bootstrapper, Config<string> siteName, Config<string> username, Config<string> password)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
siteName | Config |
|
username | Config |
|
password | Config |
Return Value
Type | Description |
---|---|
TBootstrapper |