ErrorPage Class

 

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

System::Object
  Microsoft.Owin.Diagnostics.Views::BaseView
    Microsoft.Owin.Diagnostics.Views::ErrorPage

public ref class ErrorPage : BaseView

NameDescription
System_CAPS_protpropertyContext

The request context(Inherited from BaseView.)

System_CAPS_pubpropertyModel

System_CAPS_protpropertyOutput

The output stream(Inherited from BaseView.)

System_CAPS_protpropertyRequest

The request(Inherited from BaseView.)

System_CAPS_protpropertyResponse

The response(Inherited from BaseView.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecute()

(Overrides BaseView::Execute().)

System_CAPS_pubmethodExecute(IOwinContext^)

Execute an individual request(Inherited from BaseView.)

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(Inherited from BaseView.)

System_CAPS_protmethodWrite(String^)

Html encode and write(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

System_CAPS_protmethodWriteLiteral(String^)

Write the given value directly to the output(Inherited from BaseView.)

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: