asp.net - Trouble validating dynamically generated link -


the problem validating following link:

    <link href="/webresource.axd?d=iu6d9qgztdnsqojdmy0qjqvxyeu9bc_dzhpputglpxu8yzwget7ofpf9pflyz5sdwzul1hvwxtsrzapovmcmrfw9p0tosd3gfatioaqfokhtyh7u0&t=634254225425826735" type="text/css" rel="stylesheet" /> 

and w3c finds error:

…ukrzqungmzmpjmefoz3frjkft3xfwsvmynyc0&t=634254231258016859" type="text/css" re…  …krzqungmzmpjmefoz3frjkft3xfwsvmynyc0&t=634254231258016859" type="text/css" rel… 

in first 1 says " t " problem , in second 1 says " = ".

you have escape & using &amp;.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -