SPMobileUrlField.CreateControlAsLink Method
Creates a child link control that renders the URL.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlAsLink As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlAsLink()
protected override MobileControl CreateControlAsLink()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl that renders the value of the field as a link control.
Remarks
A LiteralText control is returned if Url is null or an empty string.