AshMind.Web.Mvc.ConfiguredMvcApplicationContract.ShouldDiscoverModulesIn C# (CSharp) Method

ShouldDiscoverModulesIn() protected method

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