CompilationErrorPageModel.Options 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.
Options for what output to display.
public:
property Microsoft::AspNetCore::Builder::DeveloperExceptionPageOptions ^ Options { Microsoft::AspNetCore::Builder::DeveloperExceptionPageOptions ^ get(); void set(Microsoft::AspNetCore::Builder::DeveloperExceptionPageOptions ^ value); };
public Microsoft.AspNetCore.Builder.DeveloperExceptionPageOptions Options { get; set; }
member this.Options : Microsoft.AspNetCore.Builder.DeveloperExceptionPageOptions with get, set
Public Property Options As DeveloperExceptionPageOptions