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