如何从我的C#XML文档注释链接到MSDN /官方文档?
发布时间:2020-12-16 05:54:43 所属栏目:百科 来源:网络整理
导读:给一个类的 XML注释这样的: ///summaryHandles the AuthenticateRequest event in the ASP.NET page request lifecycle to authenticate users./summary///remarks///paraThis module will authenticate users based on cookies,form posts,or an impersona
给一个类的
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的引用以链接到框架文档中的相应页面? 解决方法
您可以使用href标签链接到MSDN(或任何其他来源),并执行如下操作:
... both the <see href="http://msdn.microsoft.com/en-us/library/system.threading.thread.currentprincipal.aspx">System.Threading.Thread.CurrentPrincipal</see>... (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- c# – XNA Keys枚举中的反引号(`)键的名称是什么?
- objective-c – 在iOS中的icarousel中使用AsyncImageView的
- c# – OAuth令牌授权(请求已被拒绝)
- 发布swf更新版本时客户端Flash缓存问题
- 加载动态数据,不同环境判断
- iPhone上应用程序的内存占用量
- 从Internet下载SQLite数据库并加载到Android应用程序中
- The Database Hacker's Handbook : Defending Database
- ruby-on-rails – Rails 3.2:在application.js.erb中需要不
- xml – 如何在PowerShell中使用带有命名空间的xpath访问元素