Sets or returns a parameter that is appended to the end of any URL generated using the URLFor method or discovered during WriteTemplate processing.
Syntax
object.URLData[=string]
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
string | Information that is appended to the end of URLs generated by a WebClass. |
Remarks
This information is appended automatically to each URL discovered during HTML template processing using the WriteTemplate method and by calls to the URLFor method. You can store state information in the appended parameter. The state can be retrieved in subsequent calls using the Request.QueryString collection.