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 7582261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:23:35+00:00 2026-05-30T18:23:35+00:00

I created my custom Ajax.ActionLink helper (see below). I also write a summary above

  • 0

I created my custom Ajax.ActionLink helper (see below). I also write a summary above my code but it is not showed as it should be.

Here is what I see:

enter image description here

Here is an example of how it should appear:

enter image description here

1st question: As you can see, the summary is not used. Any idea?

2nd question: Usually the summary (when minimized) should appears like this:

enter image description here

But mine appears like this:

enter image description here

Any idea?

    //
    // Summary:
    //     Returns an anchor element that contains the URL to the specified action method;
    //     when the action link is clicked, the action method is invoked asynchronously
    //     by using JavaScript.
    //
    // Parameters:
    //   ajaxHelper:
    //     The AJAX helper.
    //
    //   actionName:
    //     The name of the action method.
    //
    //   routeValues:
    //     An object that contains the parameters for a route. The parameters are retrieved
    //     through reflection by examining the properties of the object. This object
    //     is typically created by using object initializer syntax.
    //
    //   ajaxOptions:
    //     An object that provides options for the asynchronous request.
    //
    //   htmlAttributes:
    //     An object that contains the HTML attributes to set for the element.
    //
    // Returns:
    //     An anchor element.
    public static IHtmlString ActionLink(this AjaxHelper ajaxHelper, string actionName, object routeValues, AjaxOptions ajaxOptions, object htmlAttributes)
    {
        // Allow to have an ActionLink without any text link >> used for buttons with icon only
        return ajaxHelper.ActionLink(
            " ",
            actionName,                
            routeValues,
            ajaxOptions,
            htmlAttributes
        );
    } 

Thanks.

  • 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-30T18:23:37+00:00Added an answer on May 30, 2026 at 6:23 pm

    That doesn’t look like a Valid XML Document Comment.

    It should be in the Form

    /// <summary>
    ///     Returns an anchor element that contains the URL to the specified action method;
    ///     when the action link is clicked, the action method is invoked asynchronously
    ///     by using JavaScript.
    /// </summary>
    /// <param name="ajaxHelper">The AJAX helper.</param>
    /// <returns>An anchor element</returns>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a custom ComboBox as follows: (note, code is not correct but you
My form has a custom element like below, created using custom ajax: <select jwcid=testtest
friends, i have created custom title bar using following titlebar.xml file with code <?xml
I have created an AJAX-enabled WCF service to return a List<> of a custom
I've created a custom WSS 3.0 application which uses ASP.NET for AJAX The problem
I have created a custom widget which has a link to some ajax functionality.
How can I put a span element inside ActionLink BUT NOT WITH URL.ACTION? This:
I have created custom MembershipUser, MembershipProvider and RolePrivoder classes. These all work and I
I created a custom autocomplete control, when the user press a key it queries
I created a custom button component that accepts an array as a property. I

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.