AshMind.Web.Mvc.ConfiguredMvcApplicationContract.ShouldDiscoverModulesIn C# (CSharp) 메소드

ShouldDiscoverModulesIn() 보호된 메소드

protected ShouldDiscoverModulesIn ( string path ) : bool
path string
리턴 bool
        protected override bool ShouldDiscoverModulesIn(string path)
        {
            Contract.Requires<ArgumentException>(!string.IsNullOrEmpty(path));
            throw new NotSupportedException();
        }
ConfiguredMvcApplicationContract