WelcomePageOptions Class

Options for the WelcomePageMiddleware.

Namespace
Microsoft.AspNetCore.Builder
Assemblies
  • Microsoft.AspNetCore.Diagnostics

Syntax

public class WelcomePageOptions
class Microsoft.AspNetCore.Builder.WelcomePageOptions

Properties

Microsoft.AspNetCore.Builder.WelcomePageOptions.Path

Specifies which requests paths will be responded to. Exact matches only. Leave null to handle all requests.

Return type:Microsoft.AspNetCore.Http.PathString
public PathString Path { get; set; }