outside block

This commit is contained in:
Tommy Parnell
2016-11-08 13:39:12 -05:00
parent 0a2e89f97b
commit 6c8438e84f

View File

@@ -13,9 +13,10 @@ new UriBuilder()
.UseHttps()
.ToString()
result: https://awesome.com/seg?awesome=yodawg&fun=cool,yay
```
result: `https://awesome.com/seg?awesome=yodawg&fun=cool,yay`
or
@@ -25,6 +26,7 @@ new UriBuilder("https://awesome.com/yo)
.WithParameter("id", "5")
.ToString();
result: https://awesome.com/yo?id=5
```
```
result: `https://awesome.com/yo?id=5`