introduce a TransientNavigationStore to share objects from one state to the next state
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface IContentFactory
|
||||
{
|
||||
Task<object?> CreateAsync(IContentTemplateDescriptor descriptor,
|
||||
object[] resolvedArguments);
|
||||
object? Create(IContentTemplateDescriptor descriptor,
|
||||
object[] parameters);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user