Share via


DiagnosticsPage Class

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Diagnostics.Views.BaseView
    Microsoft.Owin.Diagnostics.Views.DiagnosticsPage

Namespace:  Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

'Declaration
Public Class DiagnosticsPage _
    Inherits BaseView
'Usage
Dim instance As DiagnosticsPage
public class DiagnosticsPage : BaseView
public ref class DiagnosticsPage : public BaseView
type DiagnosticsPage =  
    class 
        inherit BaseView 
    end
public class DiagnosticsPage extends BaseView

The DiagnosticsPage type exposes the following members.

Constructors

  Name Description
Public method DiagnosticsPage

Top

Properties

  Name Description
Protected property Context The request context (Inherited from BaseView.)
Protected property Output The output stream (Inherited from BaseView.)
Protected property Request The request (Inherited from BaseView.)
Protected property Response The response (Inherited from BaseView.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Execute() (Overrides BaseView.Execute().)
Public method Execute(IOwinContext) Execute an individual request (Inherited from BaseView.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Protected method Write(Object) Convert to string and html encode (Inherited from BaseView.)
Protected method Write(String) Html encode and write (Inherited from BaseView.)
Protected method WriteAttribute<T1>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>) (Inherited from BaseView.)
Protected method WriteAttribute<T1, T2>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T2, Int32>, Boolean>) (Inherited from BaseView.)
Protected method WriteAttribute<T1, T2, T3>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T2, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T3, Int32>, Boolean>) (Inherited from BaseView.)
Protected method WriteAttribute<T1, T2, T3, T4>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T2, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T3, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T4, Int32>, Boolean>) (Inherited from BaseView.)
Protected method WriteAttribute<T1, T2, T3, T4, T5>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T2, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T3, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T4, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T5, Int32>, Boolean>) (Inherited from BaseView.)
Protected method WriteAttribute<T1, T2, T3, T4, T5, T6>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T2, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T3, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T4, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T5, Int32>, Boolean>, Tuple<Tuple<String, Int32>, Tuple<T6, Int32>, Boolean>) (Inherited from BaseView.)
Protected method WriteLiteral Write the given value directly to the output (Inherited from BaseView.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Diagnostics.Views Namespace