Compartilhar via


PathHandler Constructors

Definition

Overloads

PathHandler()
PathHandler(IPropertyMapper)

PathHandler()

Source:
PathHandler.cs
Source:
PathHandler.cs
public:
 PathHandler();
public PathHandler ();
Public Sub New ()

Applies to

PathHandler(IPropertyMapper)

Source:
PathHandler.cs
Source:
PathHandler.cs
public:
 PathHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public PathHandler (Microsoft.Maui.IPropertyMapper mapper);
new Microsoft.Maui.Controls.Handlers.PathHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Controls.Handlers.PathHandler
Public Sub New (mapper As IPropertyMapper)

Parameters

Applies to