Click or drag to resize

HtmlHelperExtensionsAsdWebSigner Method

Provide instance of AsdWebSignerHtmlHelper in IHtmlHelper in page.

Namespace:  ASDSoft.WebSigner.Server.AspNetCore
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static AsdWebSignerHtmlHelper AsdWebSigner(
	this IHtmlHelper html
)

Parameters

html
Type: IHtmlHelper
Instance of implementation of interface IHtmlHelper.

Return Value

Type: AsdWebSignerHtmlHelper
HTML element with link javascript file for singning.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IHtmlHelper. 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