示例#1
0
 public LocaleHelper()
 {
     _cs = (AwsConfigSection)System.Configuration.ConfigurationManager.GetSection( LOCALES_NAME );
     _siteMap = (System.Web.Configuration.SiteMapSection)System.Configuration.ConfigurationManager.GetSection( "system.web/siteMap" );
 }
示例#2
0
		public void Defaults ()
		{
			SiteMapSection s = new SiteMapSection ();
			Assert.IsTrue (s.Enabled, "A1");
			Assert.AreEqual ("AspNetXmlSiteMapProvider", s.DefaultProvider, "A2");
		}