This documentation is archived and is not being maintained.
BaseView Class
Namespace:
Microsoft.Owin.Diagnostics.ViewsAssembly:
Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
public ref class BaseView abstract
| Name | Description |
|---|
 | Equals(Object^) | |
 | Execute() | Execute an individual request |
 | Execute(IOwinContext^) | Execute an individual request |
 | Finalize() | |
 | GetHashCode() | |
 | GetType() | |
 | MemberwiseClone() | |
 | ToString() | |
 | Write(Object^) | Convert to string and html encode |
 | Write(String^) | |
 | WriteAttribute<T1>(String^, Tuple<String^, Int32>^, Tuple<String^, Int32>^, Tuple<Tuple<String^, Int32>^, Tuple<T1, Int32>^, Boolean>^) | |
 | 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>^) | |
 | 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>^) | |
 | 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>^) | |
 | 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>^) | |
 | 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>^) | |
 | WriteLiteral(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