RedirectSource Pennington.Pipeline
A route that redirects to another URL.
Properties
TargetUrlPennington.Routing.UrlPath- Destination URL for the redirect.
Constructors
.ctor
#public record RedirectSource(UrlPath TargetUrl);A route that redirects to another URL.
Parameters
TargetUrlUrlPath- 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
;
}