Bookstore.WebApp.Rules.RequireSetupRule.ShouldApply C# (CSharp) Method

ShouldApply() public method

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