Table of Contents

Class StreamOutputResult

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public sealed class StreamOutputResult : OutputResult
Inheritance
StreamOutputResult
Inherited Members

Properties

ContentStream

public required Stream ContentStream { get; set; }

Property Value

Stream

ContentType

public string ContentType { get; set; }

Property Value

string

Filename

public string? Filename { get; set; }

Property Value

string
To top