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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

java - where to store the user credentials in an enterprise application(EAI)? -

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