tidy
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
|
||||
public class NavigationTargetAttribute(string name) :
|
||||
public class NavigationTargetAttribute(string name) :
|
||||
Attribute
|
||||
{
|
||||
public string Name => name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user