RazorPagesOptions.RootDirectory Property
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.
Application relative path used as the root of discovery for Razor Page files.
Defaults to the /Pages
directory under application root.
public:
property System::String ^ RootDirectory { System::String ^ get(); void set(System::String ^ value); };
public string RootDirectory { get; set; }
member this.RootDirectory : string with get, set
Public Property RootDirectory As String