Click or drag to resize

AspNetExtensionsUseRGFTContext Method (IApplicationBuilder, Type)

[Missing <summary> documentation for "M:Recrovit.RGF.AspNetExtensions.UseRGF``1(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Type)"]

Namespace:  Recrovit.RGF
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static IApplicationBuilder UseRGF<TContext>(
	this IApplicationBuilder app,
	Type defaultNamespace = null
)
where TContext : DbContext

Parameters

app
Type: Microsoft.AspNetCore.BuilderIApplicationBuilder

[Missing <param name="app"/> documentation for "M:Recrovit.RGF.AspNetExtensions.UseRGF``1(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Type)"]

defaultNamespace (Optional)
Type: SystemType

[Missing <param name="defaultNamespace"/> documentation for "M:Recrovit.RGF.AspNetExtensions.UseRGF``1(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Type)"]

Type Parameters

TContext

[Missing <typeparam name="TContext"/> documentation for "M:Recrovit.RGF.AspNetExtensions.UseRGF``1(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Type)"]

Return Value

Type: IApplicationBuilder

[Missing <returns> documentation for "M:Recrovit.RGF.AspNetExtensions.UseRGF``1(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IApplicationBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also