RazorPageFactoryResult Struct

Definition

public value class RazorPageFactoryResult
public struct RazorPageFactoryResult
public readonly struct RazorPageFactoryResult
type RazorPageFactoryResult = struct
Public Structure RazorPageFactoryResult
Inheritance
RazorPageFactoryResult

Constructors

RazorPageFactoryResult(CompiledViewDescriptor, Func<IRazorPage>)

Initializes a new instance of RazorPageFactoryResult with the specified IRazorPage factory.

RazorPageFactoryResult(Func<IRazorPage>, IList<IChangeToken>)

Initializes a new instance of RazorPageFactoryResult with the specified IRazorPage factory.

RazorPageFactoryResult(Func<IRazorPage>, IList<IChangeToken>, Boolean)

Initializes a new instance of RazorPageFactoryResult with the specified IRazorPage factory.

RazorPageFactoryResult(IList<IChangeToken>)

Initializes a new instance of RazorPageFactoryResult with the specified expirationTokens.

Properties

ExpirationTokens

One or more IChangeTokens associated with this instance of RazorPageFactoryResult.

IsPrecompiled

Gets a value that determines if the view is precompiled.

RazorPageFactory

The IRazorPage factory.

Success

Gets a value that determines if the page was successfully located.

ViewDescriptor

Gets the CompiledViewDescriptor.

Applies to