WordViewerPage.GetLinkMarkup method

NOTE: This API is now obsolete.

Get the rendered makeup for link control without addtional encoding

Namespace:  Microsoft.Office.Web.MobileWordViewer
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 Function GetLinkMarkup ( _
    navigateUrl As String, _
    text As String, _
    breakAfter As Boolean _
) As String
'Usage
Dim instance As WordViewerPage
Dim navigateUrl As String
Dim text As String
Dim breakAfter As Boolean
Dim returnValue As String

returnValue = instance.GetLinkMarkup(navigateUrl, _
    text, breakAfter)
[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 string GetLinkMarkup(
    string navigateUrl,
    string text,
    bool breakAfter
)

Parameters

Return value

Type: System.String

See also

Reference

WordViewerPage class

WordViewerPage members

Microsoft.Office.Web.MobileWordViewer namespace