HttpHost Element (View)
Published: May 2010
Renders the URL to the Web application containing the current SharePoint Web site, such as http://server.
<HttpHost HTMLEncode = "TRUE | "FALSE" URLEncodeAsURL = "TRUE | "FALSE"> </HttpHost>
|
Attribute |
Description |
|---|---|
|
HTMLEncode |
Optional Boolean. TRUE to convert embedded characters so that they are displayed as text in the browser. In other words, characters that could be confused with HTML tags are converted to entities. |
|
URLEncodeAsURL |
Optional Boolean. Like URLEncode, but TRUE to specify that the string to encode is a path component of a URL so that forward slashes ("/") are not encoded. |