Class UOLSDKControlsExtensions
Adds UOL SDK Controls services to the specified Microsoft.Extensions.DependencyInjection.IServiceCollection.
Inheritance
System.Object
UOLSDKControlsExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UOL.SDK.Controls
Assembly: UOL.SDK.Controls.dll
Syntax
public static class UOLSDKControlsExtensions
Methods
AddUolSdkControls(IApplicationContext)
Adds all required bindings for the UOL SDK Controls.
Declaration
public static void AddUolSdkControls(this IApplicationContext applicationContext)
Parameters
Type | Name | Description |
---|---|---|
Cadac.ServiceProvider.IApplicationContext | applicationContext | The Service collection to use for binding. |