IEntityInstance.GetActionUrl 方法 (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets the fully parameterized action URL populated with entity instance fields for the specified action.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Function GetActionUrl ( _
action As Action _
) As String
用法
Dim instance As IEntityInstance
Dim action As Action
Dim returnValue As String
returnValue = instance.GetActionUrl(action)
string GetActionUrl (
Action action
)
参数
- action
An Action object.
返回值
The action URL.
另请参阅
参考
IEntityInstance 接口
IEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间