Reads a URL from the database
xot_url table. URL's are generally stored in this manner for one of two purposes:
1) For permanent use as a saved reference of some type, and
2) As a temporary URL whose reference is passed as a query parameter (for security and to reduce query parameter size).
Use
UrlSave(String, UrlLinkType, NullableDateTime) to save URL's.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string UrlRead(
string urlID
)
Public Function UrlRead (
urlID As String
) As String
Parameters
- urlID
- Type: SystemString
The ID of the URL to return.
Return Value
Type:
StringThe query string corresponding to the ID.
Implements
IAppContextUrlRead(String)See Also