WebConfig Members

The WebConfig type exposes the following members.

Methods


  Name Description
Public method Static member ConnectionStringExists
Connections the string exists.
Public method Static member GetBool
Gets the bool.
Public method Static member GetConnectionString
Gets a connection string from the connectionStrings node in config. Note that this method reads from the configuration section, not the appSettings one.
Public method Static member GetCsv
Gets the CSV.
Public method Static member GetDouble(String)
Gets the double.
Public method Static member GetDouble(String, Double)
Gets the double.
Public method Static member GetEnum<(Of <<'(T>)>>)
Gets the enum.
Public method Static member GetInt(String)
Gets the int.
Public method Static member GetInt(String, Int32)
Gets the int.
Public method Static member GetString(String)
Gets the string.
Public method Static member GetString(String, String)
Gets the string.

Properties


  Name Description
Public property Static member AWSAccessKey
Gets the aws access key.
Public property Static member AWSBucketName
Gets the name of the aws bucket.
Public property Static member AWSSecretKey
Gets the aws secret key.
Public property Static member AWSUrl
Gets the aws URL.
Public property Static member SMTPHost
Gets the SMTP host.
Public property Static member SMTPPassword
Gets the SMTP password.
Public property Static member SMTPPort
Gets the SMTP port.
Public property Static member SMTPUserName
Gets the name of the SMTP user.