Base:
method
WriteEndTag
System.Web.UI.HtmlTextWriter.WriteEndTag(System.String)
29 references to WriteEndTag
System.Web.Mobile (29)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (7)
113
writer.
WriteEndTag
("a");
251
writer.
WriteEndTag
("a");
511
writer.
WriteEndTag
("span");
555
writer.
WriteEndTag
("p");
558
writer.
WriteEndTag
("div");
640
writer.
WriteEndTag
(tagName);
647
writer.
WriteEndTag
(tagName);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (6)
103
writer.
WriteEndTag
("p");
105
writer.
WriteEndTag
("div");
113
writer.
WriteEndTag
("form");
225
writer.
WriteEndTag
("p");
228
writer.
WriteEndTag
("div");
342
writer.
WriteEndTag
("span");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (5)
253
writer.
WriteEndTag
("table");
309
writer.
WriteEndTag
("span");
461
writer.
WriteEndTag
("span");
506
writer.
WriteEndTag
("span");
634
writer.
WriteEndTag
("tr");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (6)
266
writer.
WriteEndTag
("style");
393
writer.
WriteEndTag
("title");
396
writer.
WriteEndTag
("head");
400
writer.
WriteEndTag
("html");
418
writer.
WriteEndTag
("body");
428
writer.
WriteEndTag
("body");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
78
writer.
WriteEndTag
("a");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (3)
202
writer.
WriteEndTag
("td");
208
writer.
WriteEndTag
("tr");
250
writer.
WriteEndTag
("select");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
377
if (pair.Tag != null && pair.Tag.Length > 0)
WriteEndTag
(pair.Tag);