MvcInputControl.Render Method (HtmlTextWriter)
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
Namespace: Microsoft.Web.Mvc.Controls
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
protected override void Render(
HtmlTextWriter writer
)
protected:
virtual void Render(
HtmlTextWriter^ writer
) override
override Render :
writer:HtmlTextWriter -> unit
Protected Overrides Sub Render (
writer As HtmlTextWriter
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe HtmlTextWriter object that receives the server control content.
See Also
MvcInputControl Class
Microsoft.Web.Mvc.Controls Namespace
Return to top