AshMind.Web.Mvc.ConfiguredMvcApplicationContract.ShouldDiscoverModulesIn C# (CSharp) Méthode

ShouldDiscoverModulesIn() protected méthode

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