RazorPageFactoryResult Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of CreateFactory(String).
public value class RazorPageFactoryResultpublic struct RazorPageFactoryResultpublic readonly struct RazorPageFactoryResulttype RazorPageFactoryResult = structPublic 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>, Boolean) | 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(IList<IChangeToken>) | Initializes a new instance of RazorPageFactoryResult with the
specified  | 
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. |