¡@

Home 

c# Programming Glossary: memberguid

How to pass parameters to a custom ActionFilter in ASP.NET MVC 2?

http://stackoverflow.com/questions/4348071/how-to-pass-parameters-to-a-custom-actionfilter-in-asp-net-mvc-2

public IGenesisRepository gr get set public Guid memberGuid get set public override void OnActionExecuting ActionExecutingContext.. filterContext Member thisMember gr.GetActiveMember memberGuid Member bottomMember gr.GetMemberOnBottom if thisMember.Role.Tier.. to check for nulls etc. but I can't figure out why gr and memberGuid aren't successfully being passed. I'm calling this Filter like..