इस तरह एक वर्ग कुछ पर एक XML टिप्पणी को देखते हुए:मैं अपने सी # एक्सएमएल दस्तावेज टिप्पणियों से एमएसडीएन/आधिकारिक दस्तावेज से कैसे लिंक कर सकता हूं?
///<summary>Handles the AuthenticateRequest event in the ASP.NET page request lifecycle to authenticate users.</summary>
///<remarks>
///<para>This module will authenticate users based on cookies, form posts, or an impersonation request from the admin system.</para>
///<para>If authentication succeeds, both the <see cref="System.Threading.Thread.CurrentPrincipal" /> and the <see cref="System.Web.HttpContext.User"/> property are set to an instance of <see cref="MyPrincipal"/> representing the authenticated user.</para>
///</remarks>
मैं कैसे ढांचा दस्तावेज में उचित पृष्ठों से लिंक करने के लिए System.Threading.Thread.CurrentPrincipal
और System.Web.HttpContext.User
के लिए संदर्भ मिल सकता है?
क्या सॉफ्टवेयर आप वास्तविक सहायता पृष्ठों में अपने XML प्रलेखन पर कार्रवाई करने के प्रयोग कर रहे हैं? –
डॉकू - https://github.com/jagregory/docu –