4 references to RenderPostBackEventAsAttribute
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
98
RenderPostBackEventAsAttribute
(writer, "href", argument);
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
162
RenderPostBackEventAsAttribute
(writer, "href", item.Index.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
327
RenderPostBackEventAsAttribute
(writer, "href", String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.Index));
514
RenderPostBackEventAsAttribute
(writer, "href", argument);