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 placeholder comment for the SSL VPN logout link.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.Render(writer)
protected override void Render(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe HtmlTextWriter object that writes markup characters and text to the control output stream.
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