Action.Url 属性 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the URLto go to when the action is clicked in the user interface.

命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public ReadOnly Property Url As String
用法
Dim instance As Action
Dim value As String

value = instance.Url
public string Url { get; }

属性值

A string representing the action URL.

备注

The URL string is a .NET Framework format string. Each format specifier (for example, {0}) corresponds to an action parameter.

另请参阅

参考

Action 类
Action 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间