This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Contains aliases for working with IIS virtual applications.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ApplicationAliases"]
class Type type-node
Syntax
public static class ApplicationAliases
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Methods
| Name | Value | Summary |
|---|---|---|
| AddSiteApplication |
void |
Adds site application to local IIS.
static
|
| AddSiteApplication |
void |
Adds site application to remote IIS.
static
|
| Remove |
void |
Removes site application from local IIS.
static
|
| Remove |
void |
Removes site application from remote IIS.
static
|
| Site |
bool |
Checks if site application exists in local IIS.
static
|
| Site |
bool |
Checks if site application exists in remote IIS.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
