Razor测试

This commit is contained in:
小红帽
2024-01-08 10:55:10 +08:00
parent bfa77fe9c3
commit 9423dc2d1d
32 changed files with 2253 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
//using Microsoft.MobileBlazorBindings.Core;
namespace CPF.Razor
{
public interface ICpfElementHandler : IElementHandler
{
UIElement Element { get; }
}
}