Action.GetParameterizedUrl 方法 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the fully parameterized URL for the specified entity instance.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Function GetParameterizedUrl ( _
identifierValues As Object() _
) As String
用法
Dim instance As Action
Dim identifierValues As Object()
Dim returnValue As String
returnValue = instance.GetParameterizedUrl(identifierValues)
public string GetParameterizedUrl (
Object[] identifierValues
)
参数
- identifierValues
The identifier values of the entity instance.
返回值
A fully parameterized action URL.
备注
For actions with no action parameters, this method will return the ActionUrl value unchanged. For actions that have parameters that correspond to non-ID type descriptors, this method will find the entity instance using the identifier values and SpecificFinder method and use the field values from the instance to populate the Url.
另请参阅
参考
Action 类
Action 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间