Click or drag to resize
LayoutPage Class

[Missing <summary> documentation for "T:Hangfire.Dashboard.Pages.LayoutPage"]

Inheritance Hierarchy

Namespace: Hangfire.Dashboard.Pages
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class LayoutPage : RazorPage

The LayoutPage type exposes the following members.

Constructors
  NameDescription
Public methodLayoutPage
Initializes a new instance of the LayoutPage class
Top
Properties
  NameDescription
Public propertyAppPath (Inherited from RazorPage.)
Public propertyGenerationTime (Inherited from RazorPage.)
Public propertyHtml (Inherited from RazorPage.)
Public propertyLayout (Inherited from RazorPage.)
Public propertyRequestPath (Inherited from RazorPage.)
Public propertyStatistics (Inherited from RazorPage.)
Public propertyStorage (Inherited from RazorPage.)
Public propertyTitle
Public propertyUrl (Inherited from RazorPage.)
Top
Methods
  NameDescription
Public methodExecute (Overrides RazorPage.Execute.)
Public methodQuery (Inherited from RazorPage.)
Protected methodRenderBody (Inherited from RazorPage.)
Public methodToString (Inherited from RazorPage.)
Top
See Also