Share via


HtmlMobileFormAdapter.Render method (HtmlMobileTextWriter)

NOTE: This API is now obsolete.

Encode Action attribute if un-encoded Action attribute value is used (Action.Length == 0).

Namespace:  Microsoft.Office.Web.Mobile
Assembly:  Microsoft.Office.Web.MobileWordViewer (in Microsoft.Office.Web.MobileWordViewer.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides Sub Render ( _
    writer As HtmlMobileTextWriter _
)
'Usage
Dim instance As HtmlMobileFormAdapter
Dim writer As HtmlMobileTextWriter

instance.Render(writer)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override void Render(
    HtmlMobileTextWriter writer
)

Parameters

See also

Reference

HtmlMobileFormAdapter class

HtmlMobileFormAdapter members

Render overload

Microsoft.Office.Web.Mobile namespace