X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web%2FHttpContext.cs;h=53d09165b075d947d55839ce54ce7840ae3aa8d5;hb=f0c4bb76e4ecda59938fa6d2fde07b84e322b14e;hp=da8b0d7fec176b32b9f33b11f12cdfd887572b6f;hpb=fbbf51a5e4913d0de05b0cfdafb61ca91f110e7a;p=mono.git diff --git a/mcs/class/System.Web/System.Web/HttpContext.cs b/mcs/class/System.Web/System.Web/HttpContext.cs index da8b0d7fec1..53d09165b07 100644 --- a/mcs/class/System.Web/System.Web/HttpContext.cs +++ b/mcs/class/System.Web/System.Web/HttpContext.cs @@ -416,7 +416,7 @@ namespace System.Web errors = null; } - [Obsolete ("use WebConfigurationManager.GetWebApplicationSection")] + [Obsolete ("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")] public static object GetAppConfig (string name) { object o = ConfigurationSettings.GetConfig (name); @@ -424,7 +424,7 @@ namespace System.Web return o; } - [Obsolete ("see GetSection")] + [Obsolete ("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")] public object GetConfig (string name) { return GetSection (name);