System.Web.Configuration.WebConfigurationHost.CreateDeprecatedConfigContext C# (CSharp) 메소드

CreateDeprecatedConfigContext() 공개 메소드

public CreateDeprecatedConfigContext ( string configPath ) : object
configPath string
리턴 object
		public virtual object CreateDeprecatedConfigContext (string configPath)
		{
			return new HttpConfigurationContext(configPath);
		}