TraceHandler.ShowVersionDetails 方法

定义

写入 Web 服务器正在使用的当前公共语言运行时和 ASP.NET 内部版本的详细信息。

protected:
 void ShowVersionDetails();
protected void ShowVersionDetails ();
member this.ShowVersionDetails : unit -> unit
Protected Sub ShowVersionDetails ()

注解

方法 ShowVersionDetails 在公共语言运行时 (CLR) 和当前使用的 ASP.NET 版本上写入跟踪详细信息。 它由 ProcessRequest调用,不能重写。

适用于