Add Content lookup markupextension
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
public interface IContentTemplateFactory
|
||||
{
|
||||
object? Create([MaybeNull] object? content);
|
||||
}
|
||||
Reference in New Issue
Block a user