Skip to content

Commit 53cafc0

Browse files
author
Sean Wheeler
authored
Merge branch 'live' into staging
2 parents a41a6fa + 18e3bfa commit 53cafc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ The final few commands write the **Content** property to the file then disposes
127127
Note that the **Encoding** property will be null if the web request does not return text content.
128128

129129
### Example 4: Submit a multipart/form-data file
130+
130131
```powershell
131132
$FilePath = 'c:\document.txt'
132133
$FieldName = 'document'

0 commit comments

Comments
 (0)