Bookstore.WebApp.Rules.RequireSetupRule.ShouldApply C# (CSharp) Méthode

ShouldApply() public méthode

public ShouldApply ( Type urlType ) : bool
urlType System.Type
Résultat bool
        public override bool ShouldApply(Type urlType)
        {
            return false;
              return urlType != typeof(Urls.Root.Bookstore_setup);
        }
RequireSetupRule