BaseView Class

 

Infrastructure

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


public ref class BaseView abstract 

NameDescription
System_CAPS_protmethodBaseView()

NameDescription
System_CAPS_protpropertyContext

The request context

System_CAPS_protpropertyOutput

The output stream

System_CAPS_protpropertyRequest

The request

System_CAPS_protpropertyResponse

The response

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecute()

Execute an individual request

System_CAPS_pubmethodExecute(IOwinContext^)

Execute an individual request

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodWrite(Object^)

Convert to string and html encode

System_CAPS_protmethodWrite(String^)

Html encode and write

System_CAPS_protmethodWriteAttribute<T1>(String^, Tuple<String^, Int32>^, Tuple<String^, Int32>^, Tuple<Tuple<String^, Int32>^, Tuple<T1, Int32>^, Boolean>^)

System_CAPS_protmethodWriteAttribute<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_protmethodWriteAttribute<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_protmethodWriteAttribute<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_protmethodWriteAttribute<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_protmethodWriteAttribute<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_protmethodWriteLiteral(String^)

Write the given value directly to the output

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

Return to top
Show: