URL.pathString - multiple declarations
- Function URL.pathString
- Function URL.pathString
Function URL.pathString
Set the path
part of the URL
. It should be properly encoded.
Prototype
void pathString(
string s
) @property;
Function URL.pathString
The url encoded path
part of the URL
Prototype
string pathString() @property const;
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.