LogPage Class

Definition

Caution

This type is for internal use only and will be removed in a future version.

public ref class LogPage : Microsoft::AspNetCore::DiagnosticsViewPage::Views::BaseView
public class LogPage : Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class LogPage : Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView
type LogPage = class
    inherit BaseView
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type LogPage = class
    inherit BaseView
Public Class LogPage
Inherits BaseView
Inheritance
LogPage
Attributes

Constructors

LogPage()
LogPage(LogPageModel)

Properties

Context

The request context

(Inherited from BaseView)
HtmlEncoder

Html encoder used to encode content.

(Inherited from BaseView)
JavaScriptEncoder

JavaScript encoder used to encode content.

(Inherited from BaseView)
Model
Output

The output stream

(Inherited from BaseView)
Request

The request

(Inherited from BaseView)
Response

The response

(Inherited from BaseView)
UrlEncoder

Url encoder used to encode content.

(Inherited from BaseView)

Methods

BeginWriteAttribute(String, String, Int32, String, Int32, Int32) (Inherited from BaseView)
EndWriteAttribute() (Inherited from BaseView)
ExecuteAsync()
ExecuteAsync(HttpContext)

Execute an individual request

(Inherited from BaseView)
HtmlEncodeAndReplaceLineBreaks(String) (Inherited from BaseView)
LogRow(LogInfo, Int32)
Traverse(ScopeNode, Int32, Dictionary<String,Int32>)
Write(HelperResult)

WriteTo(TextWriter) is invoked

(Inherited from BaseView)
Write(Object)

Convert to string and html encode

(Inherited from BaseView)
Write(String)

Html encode and write

(Inherited from BaseView)
WriteAttributeTo(TextWriter, String, String, String, AttributeValue[])

Writes the given attribute to the given writer

(Inherited from BaseView)
WriteAttributeValue(String, Int32, Object, Int32, Int32, Boolean) (Inherited from BaseView)
WriteLiteral(Object)

Write the given value directly to the output

(Inherited from BaseView)
WriteLiteral(String)

Write the given value directly to the output

(Inherited from BaseView)
WriteLiteralTo(TextWriter, Object)

Writes the specified value without HTML encoding to the writer.

(Inherited from BaseView)
WriteLiteralTo(TextWriter, String)

Writes the specified value without HTML encoding to Output.

(Inherited from BaseView)
WriteTo(TextWriter, Object)

Writes the specified value to writer.

(Inherited from BaseView)
WriteTo(TextWriter, String)

Writes the specified value with HTML encoding to writer.

(Inherited from BaseView)

Applies to