System.Web.Configuration.WebConfigurationHost.CreateDeprecatedConfigContext C# (CSharp) Méthode

CreateDeprecatedConfigContext() public méthode

public CreateDeprecatedConfigContext ( string configPath ) : object
configPath string
Résultat object
		public virtual object CreateDeprecatedConfigContext (string configPath)
		{
			return new HttpConfigurationContext(configPath);
		}