Table of Contents

Class ForwardActionExtensions

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll
public static class ForwardActionExtensions
Inheritance
ForwardActionExtensions
Inherited Members

Methods

Forward(IConfigureActionBuilder, string)

Forwards the request to the specified URL.

public static IConfigureFilterBuilder Forward(this IConfigureActionBuilder builder, string url)

Parameters

builder IConfigureActionBuilder

The IConfigureActionBuilder object.

url string

The URL to which the request should be forwarded.

Returns

IConfigureFilterBuilder

The IConfigureFilterBuilder object.