Url Viper Module
Viper Methods
Global Viper Method | Description |
---|---|
Url.AddParameter Viper Method | Adds a query parameter to the given location url. |
Url.AddParameters Viper Method | Adds a number of querystring key-value pairs to the given location url. |
Url.Commands.Add Viper Method | Adds the given command identifier to the location. |
Url.Commands.AddMultiple Viper Method | Adds the given request commands to the location. |
Url.Commands.Count Viper Method | Gets then number of request command parameters from a location. |
Url.Commands.Exists Viper Method | Checks whether the given command identifier is present on the given location. |
Url.Commands.Get Viper Method | Gets the given request command parameter from a location. |
Url.Commands.GetAll Viper Method | Gets a list of request command parameters from a location. |
Url.Commands.Remove Viper Method | Removes the given request command from the location. |
Url.Create Viper Method | Creates a location url. |
Url.GetBaseUrl Viper Method | Gets the host name used in the given location. |
Url.GetBookmark Viper Method | Gets the bookmark specified in the location. |
Url.GetChannel Viper Method | Returns the channel the given location maps to, if any. |
Url.GetHost Viper Method | Gets the host name used in the given location. |
Url.GetItemCode Viper Method | Returns the item code the given location maps to, if any. |
Url.GetItemNumber Viper Method | Returns the item number the given location maps to, if any. |
Url.GetMappedName Viper Method | Gets the name of a mapped URL parameter at the given index. |
Url.GetParameter Viper Method | Gets a URL parameter value by position. |
Url.GetParameters Viper Method | Gets a datatable containing all the keys and values from the querystring. |
Url.GetPath Viper Method | Gets the path of the given location. |
Url.GetPathSegments Viper Method | Gets the segments of the path of the given location. |
Url.GetPort Viper Method | Gets the port used in the given location. |
Url.GetQuery Viper Method | Gets the query string of the given location. |
Url.IsBaseOf Viper Method | Checks whether the first location is a base of the second location. |
Url.IsLocalFile Viper Method | Checks whether the given location url maps to a local file. |
Url.MapParam Viper Method | Maps the URL parameter at the given position, to enable manipulation of the parameter using normal querystring methods. |
Url.MapParams Viper Method | Unmaps any URL parameters, making parameters available on the querystring only. |
Url.MapToFriendlyUrl Viper Method | Maps the given url to a friendly url. |
Url.MapToNormalUrl Viper Method | Maps the given friendly url to a normal url. |
Url.Munge Viper Method | Munges the specified parameters onto the given location. |
Url.Parameter.Exists Viper Method | Checks whether a querystring parameter exists. |
Url.RemoveAllParameters Viper Method | Removes all parameters from the querystring. |
Url.RemoveBookmark Viper Method | Gets the value of the given query parameter. |
Url.RemoveParameter Viper Method | Removes a querystring parameter. |
Url.RemoveParameters Viper Method | Removes multiple querystring parameters. |
Url.SetAbsolute Viper Method | Makes a locator absolute. |
Url.SetBookmark Viper Method | Sets a bookmark on the given location url. |
Url.SetChannel Viper Method | Changes the channel of the given location to the new channel. |
Url.SetItemNumber Viper Method | Changes the item number of the given location to the new item number. |
Url.SetParameter Viper Method | Sets the value of a query parameter. |
Url.SetParameters Viper Method | Sets multiple values on the querystring of the given locator. |
Url.SetRelative Viper Method | Makes a locator relative. |
Url.SetUriEscaping Viper Method | Sets the URI escaping. |
Url.SetUrlParams Viper Method | Sets all given parameters as URL Parameters on the given url and returns the location. |
Url.SetXmlEncoding Viper Method | Sets XML encoding for ampersands. |
Url.ToCompactString Viper Method | Generates a compact string for the location (number or friendly code for CMS items, url for files). |
Url.ToString Viper Method | Returns the specified location as an unescaped string. |
See Also
-
Url.AddParameter Viper Method
Adds a query parameter to the given location url. -
Url.AddParameters Viper Method
Adds a number of querystring key-value pairs to the given location url. -
Url.Commands.Add Viper Method
Adds the given command identifier to the location. -
Url.Commands.AddMultiple Viper Method
Adds the given request commands to the location. -
Url.Commands.Count Viper Method
Gets then number of request command parameters from a location. -
Url.Commands.Exists Viper Method
Checks whether the given command identifier is present on the given location. -
Url.Commands.Get Viper Method
Gets the given request command parameter from a location. -
Url.Commands.GetAll Viper Method
Gets a list of request command parameters from a location. -
Url.Commands.Remove Viper Method
Removes the given request command from the location. -
Url.Create Viper Method
Creates a location url. -
Url.GetBaseUrl Viper Method
Gets the host name used in the given location. -
Url.GetBookmark Viper Method
Gets the bookmark specified in the location. -
Url.GetChannel Viper Method
Returns the channel the given location maps to, if any. -
Url.GetHost Viper Method
Gets the host name used in the given location. -
Url.GetItemCode Viper Method
Returns the item code the given location maps to, if any. -
Url.GetItemNumber Viper Method
Returns the item number the given location maps to, if any. -
Url.GetMappedName Viper Method
Gets the name of a mapped URL parameter at the given index. -
Url.GetParameter Viper Method
Gets a URL parameter value by position. -
Url.GetParameters Viper Method
Gets a datatable containing all the keys and values from the querystring. -
Url.GetPath Viper Method
Gets the path of the given location. -
Url.GetPathSegments Viper Method
Gets the segments of the path of the given location. -
Url.GetPort Viper Method
Gets the port used in the given location. -
Url.GetQuery Viper Method
Gets the query string of the given location. -
Url.IsBaseOf Viper Method
Checks whether the first location is a base of the second location. -
Url.IsLocalFile Viper Method
Checks whether the given location url maps to a local file. -
Url.MapParam Viper Method
Maps the URL parameter at the given position, to enable manipulation of the parameter using normal querystring methods. -
Url.MapParams Viper Method
Unmaps any URL parameters, making parameters available on the querystring only. -
Url.MapToFriendlyUrl Viper Method
Maps the given url to a friendly url. -
Url.MapToNormalUrl Viper Method
Maps the given friendly url to a normal url. -
Url.Munge Viper Method
Munges the specified parameters onto the given location. -
Url.Parameter.Exists Viper Method
Checks whether a querystring parameter exists. -
Url.RemoveAllParameters Viper Method
Removes all parameters from the querystring. -
Url.RemoveBookmark Viper Method
Gets the value of the given query parameter. -
Url.RemoveParameter Viper Method
Removes a querystring parameter. -
Url.RemoveParameters Viper Method
Removes multiple querystring parameters. -
Url.SetAbsolute Viper Method
Makes a locator absolute. -
Url.SetBookmark Viper Method
Sets a bookmark on the given location url. -
Url.SetChannel Viper Method
Changes the channel of the given location to the new channel. -
Url.SetItemNumber Viper Method
Changes the item number of the given location to the new item number. -
Url.SetParameter Viper Method
Sets the value of a query parameter. -
Url.SetParameters Viper Method
Sets multiple values on the querystring of the given locator. -
Url.SetRelative Viper Method
Makes a locator relative. -
Url.SetUriEscaping Viper Method
Sets the URI escaping. -
Url.SetUrlParams Viper Method
Sets all given parameters as URL Parameters on the given url and returns the location. -
Url.SetXmlEncoding Viper Method
Sets XML encoding for ampersands. -
Url.ToCompactString Viper Method
Generates a compact string for the location (number or friendly code for CMS items, url for files). -
Url.ToString Viper Method
Returns the specified location as an unescaped string.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
-
Global Viper Methods
- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
- Cms Viper Class
- ContentType Viper Class
- Convert Viper Class
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- Env Viper Class
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
- Response Viper Class
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
- Smartlet Viper Class
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
-
- Url.AddParameter Viper Method
- Url.AddParameters Viper Method
- Url.Commands.Add Viper Method
- Url.Commands.AddMultiple Viper Method
- Url.Commands.Count Viper Method
- Url.Commands.Exists Viper Method
- Url.Commands.Get Viper Method
- Url.Commands.GetAll Viper Method
- Url.Commands.Remove Viper Method
- Url.Create Viper Method
- Url.GetBaseUrl Viper Method
- Url.GetBookmark Viper Method
- Url.GetChannel Viper Method
- Url.GetHost Viper Method
- Url.GetItemCode Viper Method
- Url.GetItemNumber Viper Method
- Url.GetMappedName Viper Method
- Url.GetParameter Viper Method
- Url.GetParameters Viper Method
- Url.GetPath Viper Method
- Url.GetPathSegments Viper Method
- Url.GetPort Viper Method
- Url.GetQuery Viper Method
- Url.IsBaseOf Viper Method
- Url.IsLocalFile Viper Method
- Url.MapParam Viper Method
- Url.MapParams Viper Method
- Url.MapToFriendlyUrl Viper Method
- Url.MapToNormalUrl Viper Method
- Url.Munge Viper Method
- Url.Parameter.Exists Viper Method
- Url.RemoveAllParameters Viper Method
- Url.RemoveBookmark Viper Method
- Url.RemoveParameter Viper Method
- Url.RemoveParameters Viper Method
- Url.SetAbsolute Viper Method
- Url.SetBookmark Viper Method
- Url.SetChannel Viper Method
- Url.SetItemNumber Viper Method
- Url.SetParameter Viper Method
- Url.SetParameters Viper Method
- Url.SetRelative Viper Method
- Url.SetUriEscaping Viper Method
- Url.SetUrlParams Viper Method
- Url.SetXmlEncoding Viper Method
- Url.ToCompactString Viper Method
- Url.ToString Viper Method
- User Viper Class
- UserItemFeedback Viper Class
- Xml Viper Class
- Local Viper Methods
-
Global Viper Methods
- SXML Data Types
- Examples
- Tips & Tricks