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

CreateConfigurationContext() 공개 메소드

public CreateConfigurationContext ( string configPath, string locationSubPath ) : object
configPath string
locationSubPath string
리턴 object
		public virtual object CreateConfigurationContext (string configPath, string locationSubPath)
		{
			return new WebContext (WebApplicationLevel.AtApplication /* XXX */,
					       "" /* site XXX */,
					       "" /* application path XXX */,
					       configPath,
					       locationSubPath);
		}