Site.GetWebConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the configuration values in the Web.config file for the site.
public:
Microsoft::Web::Administration::Configuration ^ GetWebConfiguration();
public Microsoft.Web.Administration.Configuration GetWebConfiguration ();
member this.GetWebConfiguration : unit -> Microsoft.Web.Administration.Configuration
Public Function GetWebConfiguration () As Configuration
Returns
A Configuration object that represents the values in the Web.config file for the site.