Share via


Ribbon.DataUrl Property

Gets or sets the URL that the Server ribbon will use to retrieve data from the server.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Property DataUrl As String
    Get
    Set
'Usage
Dim instance As Ribbon
Dim value As String

value = instance.DataUrl

instance.DataUrl = value
public string DataUrl { get; set; }

Property Value

Type: System.String
A string that contains the URL.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace