Share via


RenderPostBackEventAsAnchor Method

Renders a postback event as an anchor, with the text specified by the linkText parameter as a label.

protected void RenderPostBackEventAsAnchor(
   HtmlMobileTextWriter writer,
   string argument,
   string linkText
)

Parameters

  • writer
    The text writer.
  • argument
    The rendering parameter.
  • linkText
    The text specified for the label.

See Also

Applies to: HtmlControlAdapter Class