WebImage.Write(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders an image to the browser.
public System.Web.Helpers.WebImage Write(string requestedFormat = default);
member this.Write : string -> System.Web.Helpers.WebImage
Public Function Write (Optional requestedFormat As String = null) As WebImage
Parameters
- requestedFormat
- String
(Optional) The file format to use when the image is written.
Returns
The image.