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