How can Active Validation For Part of MutiStep form

help! Please help me senors.

in Asp.net.core 5 & Jquery:

380 / 5,000

I have a multi-step form that I want to validate in each step of the form and go to the next step. My problem is that I want this validation to be activated for a part of the form through the data annotation that I set for the page model. Exactly like when the form is Submit. In fact, the question is how to activate(Use) jquery.validate.unobtrusive And Show DataAnotation message for part of the form without Submit form.

I used query And Asp.net Core