I am working on a project which is using HTML Components files (.htc), now i want to upgrade the project that should work on all the browsers with IE10, as htc files are no longer supported by IE10. So Please give me solution how we can convert the part of project where we are using htc files. please refer below code:
this.Style.Add("BEHAVIOR", "url(xyz.htc)");
I want to replace this htc file and code written inside this file. What should needs to be put in replacement of htc file.
Please help.