WebConfig Members
The WebConfig type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ConnectionStringExists |
Connections the string exists.
|
|
|
GetBool |
Gets the bool.
|
|
|
GetConnectionString |
Gets a connection string from the connectionStrings node in config. Note that this method reads
from the configuration section, not the appSettings one.
|
|
|
GetCsv |
Gets the CSV.
|
|
|
GetDouble(String) |
Gets the double.
|
|
|
GetDouble(String, Double) |
Gets the double.
|
|
|
GetEnum<(Of <<'(T>)>>) |
Gets the enum.
|
|
|
GetInt(String) |
Gets the int.
|
|
|
GetInt(String, Int32) |
Gets the int.
|
|
|
GetString(String) |
Gets the string.
|
|
|
GetString(String, String) |
Gets the string.
|
Properties
| Name | Description | |
|---|---|---|
|
|
AWSAccessKey |
Gets the aws access key.
|
|
|
AWSBucketName |
Gets the name of the aws bucket.
|
|
|
AWSSecretKey |
Gets the aws secret key.
|
|
|
AWSUrl |
Gets the aws URL.
|
|
|
SMTPHost |
Gets the SMTP host.
|
|
|
SMTPPassword |
Gets the SMTP password.
|
|
|
SMTPPort |
Gets the SMTP port.
|
|
|
SMTPUserName |
Gets the name of the SMTP user.
|