A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/StefH/Handlebars.Net.Helpers/wiki/Url below:

Url · Handlebars-Net/Handlebars.Net.Helpers Wiki · GitHub

These helpers provide some ability to manage strings for use within a url.

Summary Decode a uri encoded string Returns decoded string Remarks Parameters str Uri encoded string

Context

{
    "value": "arinet%2FHandlebarDocs%2Fblob%2Fmaster%2FcustomHelpers%2Furl.md%23decodeuri"
}

Usage

<strong>result:</strong>
{{Url.DecodeUri value}}
{{Url.DecodeUri "%2Fsearch%2Finventory%2Fbrand%2FPolaris+Industries%2Fsort%2Fbest-match"}}

Returns

<strong>result:</strong>
arinet/HandlebarDocs/blob/master/customHelpers/url.md#decodeuri
/search/inventory/brand/Polaris Industries/sort/best-match
Summary Uri encode a string Returns Uri encoded string Remarks Parameters str String to encode

Context

{
    "value": "arinet/HandlebarDocs/blob/master/customHelpers/url.md#encodeuri"
}

Usage

<strong>result:</strong>
{{Url.EncodeUri value}}
{{Url.EncodeUri "/search/inventory/brand/Polaris Industries/sort/best-match"}}

Returns

<strong>result:</strong>
arinet%2FHandlebarDocs%2Fblob%2Fmaster%2FcustomHelpers%2Furl.md%23encodeuri
%2Fsearch%2Finventory%2Fbrand%2FPolaris+Industries%2Fsort%2Fbest-match

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4