Share via


SPMobileVpnLogOffPlaceHolder.Render method

NOTE: This API is now obsolete.

Renders the placeholder comment for the SSL VPN logout link.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.")> _
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.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.")]
protected override void Render(
    HtmlTextWriter writer
)

Parameters

Remarks

This override renders the place holder comment with text “<!-- place SSL VPN logout link here -->” for the SSL VPN logout link.

See also

Reference

SPMobileVpnLogOffPlaceHolder class

SPMobileVpnLogOffPlaceHolder members

Microsoft.SharePoint.MobileControls namespace