How can I redirect to another page in Blazor? (2024)

');var submitButton = jQuery('.elementor-search-form__submit');jQuery('.elementor-search-form__input').on('input', function() { var searchterm = jQuery(this).val(); if (searchterm.length >128) { // Search term exceeds the limit jQuery('.error-message').text('Search term must be 128 characters or less'); jQuery('.error-message').css('display', 'inline-block'); submitButton.prop('disabled', true); } else if (!regexname.test(searchterm)) { // Comment is valid jQuery('.error-message').css('display', 'none'); submitButton.prop('disabled', false); } else { // Comment is invalid if (jQuery('.error-message').length === 0) { jQuery('.elementor-search-form').after(errorMessage); submitButton.prop('disabled', true); } } if (regexname.test(searchterm) && jQuery('.error-message').css('display') === 'none') { jQuery('.error-message').css('display', 'inline-block'); submitButton.prop('disabled', true); } });

How can I redirect to another page in Blazor? (2024)
Top Articles
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 5646

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.