Skip to content

Commit

Permalink
Add a header for delimiting subsections (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdom authored and Rick-Anderson committed Mar 6, 2017
1 parent 08dee26 commit 76cd8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aspnetcore/fundamentals/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ new WebHostBuilder()
.UseWebRoot("public")
```

### Overriding Configuration

Use [Configuration](configuration.md) to set configuration values to be used by the host. These values may be subsequently overridden. This is specified using `UseConfiguration`.

<!-- literal_block {"ids": [], "linenos": false, "xml:space": "preserve", "language": "csharp", "highlight_args": {"hl_lines": [3, 4, 5, 6, 9]}} -->
Expand Down

0 comments on commit 76cd8cd

Please sign in to comment.