Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the form and includes an EncType attribute if one is needed.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Render ( _
writer As HtmlMobileTextWriter _
)
'Usage
Dim instance As SPMobileHtmlFormAdapter
Dim writer As HtmlMobileTextWriter
instance.Render(writer)
public override void Render(
HtmlMobileTextWriter writer
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriterThe object that writes the markup.