Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6858883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:12:54+00:00 2026-05-27T02:12:54+00:00

From a custom HtmlHelper extension, I would like to get the MethodInfo for the

  • 0

From a custom HtmlHelper extension, I would like to get the MethodInfo for the action.

I know I can get the Type of the controller, and the string name of the action from:

public static void MyHelper(this HtmlHelper helper)
{
  var controller = helper.ViewContext.Controller;
  var actionName = ViewContext.Controller.ValueProvider.GetValue("action").RawValue;
}

But I really want the MethodInfo because I want to pull a custom Attribute off the action method. I can’t just call reflection .GetMethod(actionName); because there is usually more than 1 with the same name (two actions with the same name, one for the http GET and one for the POST).

At this point I am thinking I might have to manually get all methods with the action name, and run through all the info in ViewContext.Controller.ValueProvider to see what method has parameters that match the values in the provider, but I am hoping the MethodInfo is already available somewhere…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:12:55+00:00Added an answer on May 27, 2026 at 2:12 am

    There’s really no easy way to achieve that. Normally you decorate controller actions with custom action filters (not just any type of attributes). So you could have this custom action filter inject some information in the current HttpContext so that the HTML helper would know that the view was served from a controller action decorated with this custom action filter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a set of custom HtmlHelper extensions. I would like to know
Can I get some help posting across different pages from a custom control? I've
I would like to display some values from custom tables in wordpress. This is
I have a custom view that I would like to create from a resource
I would like to know what is the best pattern when returning objects from
I'm trying to call a custom HtmlHelper's extension method from a partial view <%:
how can i pass values from my custom components back to the main.mxml? i
I have site culture in URLs like this: routes.MapRoute( Default, {language}/{controller}/{action}/{id}, languageDefaults, languageConstraints) And
I'm trying to build Custom Membership Provider. I would like to capture additional information
We have an HttpHandler that deals directly with binary posts over HTTP from custom

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.