Table of Contents

Class InternalRedirectController

Namespace
JJMasterData.Web.Areas.MasterData.Controllers
Assembly
JJMasterData.Web.dll
public class InternalRedirectController : MasterDataController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
Inheritance
InternalRedirectController
Implements
Inherited Members

Constructors

InternalRedirectController(ExpressionsService, IComponentFactory, FormService, IHttpRequest, IEncryptionService)

public InternalRedirectController(ExpressionsService expressionsService, IComponentFactory componentFactory, FormService formService, IHttpRequest request, IEncryptionService encryptionService)

Parameters

expressionsService ExpressionsService
componentFactory IComponentFactory
formService FormService
request IHttpRequest
encryptionService IEncryptionService

Methods

Index(string)

public Task<IActionResult> Index(string parameters)

Parameters

parameters string

Returns

Task<IActionResult>

Save(string)

[HttpPost]
public Task<IActionResult> Save(string parameters)

Parameters

parameters string

Returns

Task<IActionResult>