Escape literal asterisk

As it was treated as formatting, so it made the rest of the paragraph not legible
pull/2884/head
Julian Dominguez 2017-03-03 17:30:29 -08:00 committed by GitHub
parent 841f66faab
commit cfbc72cd07
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ new WebHostBuilder()
**Server URLs** `string`
Key: `urls`. Set to a semicolon (;) separated list of URL prefixes to which the server should respond. For example, `http://localhost:123`. The domain/host name can be replaced with "*" to indicate the server should listen to requests on any IP address or host using the specified port and protocol (for example, `http://*:5000` or `https://*:5001`). The protocol (`http://` or `https://`) must be included with each URL. The prefixes are interpreted by the configured server; supported formats will vary between servers.
Key: `urls`. Set to a semicolon (;) separated list of URL prefixes to which the server should respond. For example, `http://localhost:123`. The domain/host name can be replaced with "\*" to indicate the server should listen to requests on any IP address or host using the specified port and protocol (for example, `http://*:5000` or `https://*:5001`). The protocol (`http://` or `https://`) must be included with each URL. The prefixes are interpreted by the configured server; supported formats will vary between servers.
```csharp
new WebHostBuilder()