Table of Contents

Class UrlFileResult

Namespace
GroupeIsa.Neos.Shared.IO
Assembly
GroupeIsa.Neos.Shared.dll

Represents a IFileResult that when executed will redirect to an url.

public class UrlFileResult : IUrlFileResult, IFileResult
Inheritance
UrlFileResult
Implements
Inherited Members

Constructors

UrlFileResult(string)

Initializes a new instance of the UrlFileResult class.

public UrlFileResult(string url)

Parameters

url string

The URL.

Properties

ContentType

Gets the Content-Type header for the response.

public string ContentType { get; }

Property Value

string

FileName

Gets the file name.

public string? FileName { get; }

Property Value

string

Url

Gets URL.

public string Url { get; }

Property Value

string