Site.GetWebConfiguration Method

Definition

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.

Applies to