HtmlForgeX

API Reference

Class

TablerFileScanEvidenceFormSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileScanEvidenceForm.

Inheritance

  • Object
  • TablerFileScanEvidenceFormSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerFileScanEvidenceFormSettings Card(Boolean show = true) #
Returns: TablerFileScanEvidenceFormSettings

Renders without the outer card wrapper.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileScanEvidenceFormSettings CountBounds(Int32 maxDetections = 500, Int32 maxTotal = 500) #
Returns: TablerFileScanEvidenceFormSettings

Sets max bounds for detections and total numeric inputs.

Parameters

maxDetections System.Int32 = 500 optionalposition: 0
maxTotal System.Int32 = 500 optionalposition: 1
public TablerFileScanEvidenceForm End() #
Returns: TablerFileScanEvidenceForm

Returns the root form.

public TablerFileScanEvidenceFormSettings Method(String method) #
Returns: TablerFileScanEvidenceFormSettings

Sets the HTTP method. Defaults to POST.

Parameters

method System.String requiredposition: 0
public TablerFileScanEvidenceFormSettings ReturnUrl(String returnUrl) #
Returns: TablerFileScanEvidenceFormSettings

Sets the URL submitted for post-save redirects in server-rendered flows.

Parameters

returnUrl System.String requiredposition: 0
public TablerFileScanEvidenceFormSettings SubmitText(String text) #
Returns: TablerFileScanEvidenceFormSettings

Sets submit button text.

Parameters

text System.String requiredposition: 0
public TablerFileScanEvidenceFormSettings SummaryText(String label, String placeholder = null) #
Returns: TablerFileScanEvidenceFormSettings

Sets summary label and placeholder.

Parameters

label System.String requiredposition: 0
placeholder System.String = null optionalposition: 1