C# Class SampleUCDArchApp.Controllers.RoleProviderController

Controller for testing out the service role provider
Inheritance: Controller
Show file Open project: ucdavis/UCDArch

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

This shows some examples of using the Role provider directly. Of course, most of the time you will use the [Authorize()] attribute for security

Method Details

Index() public method

This shows some examples of using the Role provider directly. Of course, most of the time you will use the [Authorize()] attribute for security
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult