c# - how to get property details from all nodes in .aspx file -


i have .aspx file (the aspx page in local machine , reading content). in file there different nodes have common property "fieldname". want fetch value of property nodes property available, in form of list or dictionary. fore example if node <div>
<pagefieldrichimagefield:richimagefield fieldname="3de94b06-4120-41a5-b907-88773e493458" runat="server">
</pagefieldrichimagefield:richimagefield>
</div>

i want "fieldname" value. nodes. nodes have property might have different name, there name start <pagefield...

note: have entire content of .aspx file in string format of now.so ok if can same kind of string manipulation using normal windows form task , simple c# code cant tell why need field values

the .aspx file content this


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -