c# - Retrieve value from attribute in HTML tag in asp.NET -


i have large string containing custom html tag (xxx). tag has 2 attributes.

how retrieve value of 2 attributes , place tag , content new string derived 2 attributes?

thanks time.

where want retrieve it? in code behind?

if tag runat="server", can do:

mytag.attributes["nameofmyattribute"] 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -