Table of Contents

Class ChangeRequestPathAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

Change request uri path. This action alters only the path of the request. Please refer to TODO : need an action that redirects the full path

[ActionMetadata("Change request uri path. This action alters only the path of the request. Request path includes query string.")]
public class ChangeRequestPathAction : Action
Inheritance
ChangeRequestPathAction
Inherited Members

Constructors

ChangeRequestPathAction(string)

public ChangeRequestPathAction(string newPath)

Parameters

newPath string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

NewPath

public string NewPath { get; set; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<ActionExample> GetExamples()

Returns

IEnumerable<ActionExample>

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask