Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NotFoundEventArgs.Path Property

Definition

Namespace:
Microsoft.AspNetCore.Components.Routing
Assembly:
Microsoft.AspNetCore.Components.dll
Package:
Microsoft.AspNetCore.Components v10.0.0
Package:
Microsoft.AspNetCore.Components v11.0.0-preview.4.26230.115
Source:
NotFoundEventArgs.cs
Source:
NotFoundEventArgs.cs

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.

Gets the path of NotFoundPage. If the path is set, it indicates that a subscriber has handled the rendering of the NotFound contents.

public string? Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

Applies to


Feedback

Was this page helpful?