Home > Net >  C # XML string entity class
C # XML string entity class

Time:04-20

The following XML string is the native file information on iis, content, capture only a part of the,
To resolve this, does not have to obtain,
It will not contain "D:" XML string,

Entity class created:
VS. Create a new class="edit=" paste special="XML paste for the class

 
<? The XML version="1.0" encoding="utf-8"?>

http://localhost:416/V1003/

HTTP/1.1 200 OK

Fri, 16 Apr 2021 06:04:10 GMT
0














V1003 & lt;/D: displayname>
0
1
The 2021-04-16 T06:04:09. 75 z & lt;/D: creationdate>






http://localhost:416/web.config

HTTP/1.1 200 OK

Application/octet - stream
Fri, 16 Apr 2021 06:47:20 GMT
0














" 306440598 c32d71:0 "& lt;/D: getetag>
Web. Config
2627 & lt;/D: getcontentlength>
0
The 2021-04-16 T06:00:22. 500 z & lt;/D: creationdate>




CodePudding user response:

Exception:
 InvalidOperationException: there should be no & lt; D: multistatus XMLNS='& gt; 

CodePudding user response:

I am using the XmlSerializer Deserialize method
  •  Tags:  
  • C#
  • Related