ErrorPage Class

 

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.ErrorPage

Syntax

public class ErrorPage : BaseView
public ref class ErrorPage : BaseView
type ErrorPage = 
    class
        inherit BaseView
    end
Public Class ErrorPage
    Inherits BaseView

Constructors

Name Description
System_CAPS_pubmethod ErrorPage()

Properties

Name Description
System_CAPS_protproperty Context

The request context(Inherited from BaseView.)

System_CAPS_pubproperty Model

System_CAPS_protproperty Output

The output stream(Inherited from BaseView.)

System_CAPS_protproperty Request

The request(Inherited from BaseView.)

System_CAPS_protproperty Response

The response(Inherited from BaseView.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Execute()

(Overrides BaseView.Execute().)

System_CAPS_pubmethod Execute(IOwinContext)

Execute an individual request(Inherited from BaseView.)

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

System_CAPS_protmethod Write(String)

Html encode and write(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

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

(Inherited from BaseView.)

System_CAPS_protmethod WriteLiteral(String)

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

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