I find it's useful intellisense in cshtml file that customing indivadual element and attribute in html.xsd file, following is the html.xsd path and defination of intellisense:


Our team want uppercase style of element and attribute, as you can see in picture, the ImageButton uppercase element intellisense in cshtml is perfect, but for the Src uppercase attribute will auto transfer to src lowercase style, that bothers me a long time and cannot find a good solution


Could you give me some advices for above mentioned, thanks you a lot!!!
This appears to be a request for a product change.
Hi zengyunchun,
Can you try putting vs:isxmlschema="true" at the top of your augmented html.xsd (near where the vs:ishtmlschema="true" attribute is)? This isn't a fully tested scenario, but this might give you your desired behavior.
Thanks!
-- Todd
@zengyunchun can you try out the solution above and close the issue if it fixes your problem?
@zengyunchun please reopen the issue if that doesn't solve your problem.
@ToddGrun , reply late I'm sorry, just now I try the solution, it's pretty good and wonderful, thank you a lot!!!
by the way, thank you @gewarren reminding me, you are so beautiful!!!!
@zengyunchun I'm glad this fixed your problem, and thank you!
Most helpful comment
Hi zengyunchun,
Can you try putting vs:isxmlschema="true" at the top of your augmented html.xsd (near where the vs:ishtmlschema="true" attribute is)? This isn't a fully tested scenario, but this might give you your desired behavior.
Thanks!
-- Todd