36 lines
2.1 KiB
C#
36 lines
2.1 KiB
C#
// Copyright (c) .NET Foundation. All rights reserved.
|
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
|
|
|
namespace Microsoft.AspNetCore.Components.Forms
|
|
{
|
|
public static partial class EditContextFieldClassExtensions
|
|
{
|
|
public static string FieldClass(this Microsoft.AspNetCore.Components.Forms.EditContext editContext, in Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier) { throw null; }
|
|
public static string FieldClass<TField>(this Microsoft.AspNetCore.Components.Forms.EditContext editContext, System.Linq.Expressions.Expression<System.Func<TField>> accessor) { throw null; }
|
|
}
|
|
}
|
|
namespace Microsoft.AspNetCore.Components.Routing
|
|
{
|
|
public enum NavLinkMatch
|
|
{
|
|
Prefix = 0,
|
|
All = 1,
|
|
}
|
|
}
|
|
namespace Microsoft.AspNetCore.Components.Web
|
|
{
|
|
public static partial class RendererRegistryEventDispatcher
|
|
{
|
|
[Microsoft.JSInterop.JSInvokableAttribute("DispatchEvent")]
|
|
public static System.Threading.Tasks.Task DispatchEvent(Microsoft.AspNetCore.Components.Web.RendererRegistryEventDispatcher.BrowserEventDescriptor eventDescriptor, string eventArgsJson) { throw null; }
|
|
public partial class BrowserEventDescriptor
|
|
{
|
|
public BrowserEventDescriptor() { }
|
|
public int BrowserRendererId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
|
public string EventArgsType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
|
public Microsoft.AspNetCore.Components.Rendering.EventFieldInfo EventFieldInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
|
public ulong EventHandlerId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
|
}
|
|
}
|
|
}
|