C# Class SuperSecret2.Controllers.SecretController

Inheritance: Controller
Show file Open project: Core-Techs/SuperSecret

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Index ( string key ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( Secret secret, int lifetime ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( string key ) : System.Web.Mvc.ActionResult
key string
return System.Web.Mvc.ActionResult