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 "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -