Razor支持

This commit is contained in:
小红帽
2024-01-08 20:55:43 +08:00
parent f86e000984
commit a7c1ac873c
58 changed files with 3921 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ namespace CPF.Razor
public static class CpfExtensions
{
/// <summary>
/// Creates a component of type <typeparamref name="TComponent"/> and adds it as a child of <paramref name="parent"/>.
/// 创建视图 <typeparamref name="TComponent"/> 添加到 <paramref name="parent"/>.
/// </summary>
/// <typeparam name="TComponent"></typeparam>
/// <param name="host"></param>