RazorPageResult 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 locating a IRazorPage.
public value class RazorPageResult
public struct RazorPageResult
public readonly struct RazorPageResult
type RazorPageResult = struct
Public Structure RazorPageResult
- Inheritance
-
RazorPageResult
Constructors
RazorPageResult(String, IEnumerable<String>) |
Initializes a new instance of RazorPageResult for an unsuccessful discovery. |
RazorPageResult(String, IRazorPage) |
Initializes a new instance of RazorPageResult for a successful discovery. |
Properties
Name |
Gets the name or the path of the page being located. |
Page |
Gets the IRazorPage if found. |
SearchedLocations |
Gets the locations that were searched when Page could not be found. |