XML Documentation for Master Page Methods

I have created several methods with XML documentation and posted them on our main page.

Intellisense is not picking up my XML documentation. If I have the same method in the class I am working in, it works fine.

In the example code below, if it's on my main page, intellisense returns ...

"bool Test (string str)".

If I have this in my local class I get two lines ...

bool Test (string str)
This is a test method.

How do I get XML documentation when a method is on the main page?

/// <summary>
/// This is a test method
/// </summary>
/// <param name="str">string to check</param>
/// <returns>true or false</returns>
public static Boolean Test (string str)
{
  ...
}

      

+3
c # xml documentation master-pages intellisense


source to share


No one has answered this question yet

Check out similar questions:

2024
How do you parse and process HTML / XML in PHP?
1327
Why is it important to override GetHashCode when the Equals method is overridden?
1270
Why not inherit from List <T>?
863
How do I process XML in Python?
822
What does <! [CDATA []]> in XML?
797
What characters do I need to hide in XML documents?
442
How to deserialize an XML document
310
Error message "Unable to load one or more of the requested types. Get the LoaderExceptions property for more information. '
72
Converting an Object to XML String
1
Reading SOAP XML by ASMX web servcie function



All Articles
Loading...
X
Show
Funny
Dev
Pics