Bookstore.WebApp.Rules.RequireSetupRule.ShouldApply C# (CSharp) 메소드

ShouldApply() 공개 메소드

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