C# Class Decision.Common.HiddenField.ActionKeyService

Inheritance: IActionKeyService
Mostrar archivo Open project: rabbal/Decision

Public Methods

Method Description
GetActionKey ( string token, string controller, string area = "" ) : string

پیدا کردن کلید متناظر هر ویو.ایجاد کلید جدید در صورت عدم وجود کلید در سیستم

Private Methods

Method Description
ActionKeyService ( ) : System.Collections.Generic
AddActionKey ( string token, string controller, string area = "" ) : string

اضافه کردن کلید جدید به سیستم

Method Details

GetActionKey() public method

پیدا کردن کلید متناظر هر ویو.ایجاد کلید جدید در صورت عدم وجود کلید در سیستم
public GetActionKey ( string token, string controller, string area = "" ) : string
token string
controller string
area string
return string