This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

RedirectSource Pennington.Pipeline

A route that redirects to another URL.

Properties

TargetUrl Pennington.Routing.UrlPath
Destination URL for the redirect.

Constructors

.ctor

#
public record RedirectSource(UrlPath TargetUrl);

A route that redirects to another URL.

Parameters

TargetUrl UrlPath
Destination URL for the redirect.

Pennington.Pipeline.RedirectSource

namespace Pennington.Pipeline;

/// A route that redirects to another URL.
public record RedirectSource
{
    /// A route that redirects to another URL.
    
public record RedirectSource(UrlPath TargetUrl);
/// Destination URL for the redirect.
UrlPath TargetUrl
; }