Share via


NotFoundEventArgs(String) Constructor

Definition

Initializes a new instance of NotFoundEventArgs.

public NotFoundEventArgs(string url);
new Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs : string -> Microsoft.AspNetCore.Components.Routing.NotFoundEventArgs
Public Sub New (url As String)

Parameters

url
String

Applies to