DownloadRequest.

WithContent(string) Method

Summary

Sets the string content of the request (only applicable to some request methods).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public DownloadRequest WithContent(string content)

Parameters

Name Type Description
content string The content to set.

Return Value

Type Description
DownloadRequest The current instance.
GitHub