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
Post a Comment