LogPageModel Class

Namespace
Microsoft.AspNetCore.Diagnostics.Elm.Views
Assemblies
  • Microsoft.AspNetCore.Diagnostics.Elm

Syntax

public class LogPageModel
class Microsoft.AspNetCore.Diagnostics.Elm.Views.LogPageModel

Properties

Microsoft.AspNetCore.Diagnostics.Elm.Views.LogPageModel.Activities
Return type:System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext>
public IEnumerable<ActivityContext> Activities { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.Views.LogPageModel.Options
Return type:Microsoft.AspNetCore.Diagnostics.Elm.ViewOptions
public ViewOptions Options { get; set; }
Microsoft.AspNetCore.Diagnostics.Elm.Views.LogPageModel.Path
Return type:Microsoft.AspNetCore.Http.PathString
public PathString Path { get; set; }