BaseView Class

Infrastructure

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class BaseView
'Usage
Dim instance As BaseView
public abstract class BaseView
public ref class BaseView abstract
[<AbstractClassAttribute>]
type BaseView =  class end
public abstract class BaseView

The BaseView type exposes the following members.

Constructors

  Name Description
Protected method BaseView

Top

Properties

  Name Description
Protected property Context The request context
Protected property Output The output stream
Protected property Request The request
Protected property Response The response

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Execute() Execute an individual request
Public method Execute(IOwinContext) Execute an individual request
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
Protected method Write(String) Html encode and write
Protected method WriteAttribute<T1>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>)
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>)
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>)
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>)
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>)
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>)
Protected method WriteLiteral Write the given value directly to the output

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