terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteMetaElement()

void System.Xml.HtmlUtf8RawTextWriter.WriteMetaElement ( )
inlineprotected

Definition at line 272 of file HtmlUtf8RawTextWriter.cs.

273 {
274 base.RawText("<META http-equiv=\"Content-Type\"");
275 if (this.mediaType == null)
276 {
277 this.mediaType = "text/html";
278 }
279 base.RawText(" content=\"");
280 string text = this.mediaType;
281 base.RawText(text);
282 base.RawText("; charset=");
284 base.RawText("\">");
285 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.encoding, j__TPar, System.Xml.HtmlUtf8RawTextWriter.mediaType, and System.text.