Overload List

  NameDescription
BuildUrl()()()
Builds a URL that represents the state of the commands and parameters associated with a UrlManager.
BuildUrl(Action<(Of <(CommandActionInfo>)>))
Builds a URL that represents the state of the commands and parameters associated with a UrlManager.
BuildUrl(Action<(Of <(CommandActionInfo>)>), IIndexProvider, String)
Builds a URL that represents the state of the commands and parameters associated with a UrlManager. This method accepts an action delegate that will perform actions on members of a CommandInfoCollection. Additionally, this method takes a command id and an indexed result object as parameters. Before invoking the action, this method will update the CommandInfoCollection such that the command with id equal to commandId has the provided result object. This result object must implement the IIndexProvider interface. This method is intended for use with Content Assembler Web applications and others that make use of CommandResult objects that are not associated with a data source registered with the UrlManager. This method allows for the construction of URLs using result objects not usually found in the CommandInfoCollection associated with the data sources registered to the UrlManager.

See Also