Share via


BaseView Class

 

Infrastructure

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

Inheritance Hierarchy

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

Syntax

public abstract class BaseView
public ref class BaseView abstract 
[<AbstractClass>]
type BaseView = class end
Public MustInherit Class BaseView

Constructors

Name Description
System_CAPS_protmethod BaseView()

Properties

Name Description
System_CAPS_protproperty Context

The request context

System_CAPS_protproperty Output

The output stream

System_CAPS_protproperty Request

The request

System_CAPS_protproperty Response

The response

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Execute()

Execute an individual request

System_CAPS_pubmethod Execute(IOwinContext)

Execute an individual request

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_protmethod Write(Object)

Convert to string and html encode

System_CAPS_protmethod Write(String)

Html encode and write

System_CAPS_protmethod WriteAttribute<T1>(String, Tuple<String, Int32>, Tuple<String, Int32>, Tuple<Tuple<String, Int32>, Tuple<T1, Int32>, Boolean>)

System_CAPS_protmethod 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>)

System_CAPS_protmethod 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>)

System_CAPS_protmethod 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>)

System_CAPS_protmethod 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>)

System_CAPS_protmethod 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>)

System_CAPS_protmethod WriteLiteral(String)

Write the given value directly to the output

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

Microsoft.Owin.Diagnostics.Views Namespace

Return to top