<format> Element
Formatting configuration of the OnionUriPathFormat class.
Attribut | Default | Description |
---|---|---|
literal-path | page.ashx | Literal URLs are given the specified prefix. They must ensure that queries from the WebPageHttphandler are received. |
binary-path | binary.ashx | Binary URLs are given the specified prefix. These must be received by the BinaryHttphandler. |
lookup-method | uri | The URI format checks at the time of each URL generation whether an XML method configured here is available for the target object. The path representation can be refined further through this. |
lookup-method-parameter | If the XML method is available, parameters from the URL generation and this method can be passed through. | |
binary-lookup-method | The URI format checks at the time of each URL generation whether an XML method configured here is available for the target object. The path representation can be refined further through this. | |
binary-lookup-method-parameter | If the XML method is available, parameters from the URL generation and this method can be passed through. | |
quicklinks-method | quicklinks:default | Pointer to the Quicklinks XML. |
quicklinks-identity | onion://data/objects/1 | |
force-lower-case | true | The path representation is converted into small letters. |
invalid-character | - | URI-invalid characters are replaced with the character specified here. |
<format literal-path="/renderengine/page.ashx" binary-path="/renderengine/binary.ashx" />