Click or drag to resize

BarCodeHtmlHelper BarCode Method

Generates the barcode tags to render to barcode expressed in the input settings .

Namespace: Spire.Barcode.WebUI
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static string BarCode(
	IBarcodeSettings settings,
	string barCodeHandlerUrl
)

Parameters

settings
Type: Spire.Barcode IBarcodeSettings
Settings for the barcode to render.
barCodeHandlerUrl
Type: System String
URL for the barcode image rendering HTTP handler. Must be registered in web.config, pointing to BarCodeHandler .

Return Value

Type: String
See Also