Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DoNotEscapeUriAttributes

bool System.Xml.XmlWriterSettings.DoNotEscapeUriAttributes
getset

Definition at line 268 of file XmlWriterSettings.cs.

269 {
270 get
271 {
273 }
274 set
275 {
276 CheckReadOnly("DoNotEscapeUriAttributes");
278 }
279 }
void CheckReadOnly(string propertyName)

Referenced by System.Xml.HtmlEncodedRawTextWriter.Init(), and System.Xml.HtmlUtf8RawTextWriter.Init().