Table of Contents

Class PropertyInputButtonActionHttpPost

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents an HTTP POST button action.

public class PropertyInputButtonActionHttpPost : PropertyInputButtonActionBase
Inheritance
PropertyInputButtonActionHttpPost
Inherited Members

Constructors

PropertyInputButtonActionHttpPost(PropertyInputButtonActionBase)

Creates a HTTP POST action based on an existing base action.

public PropertyInputButtonActionHttpPost(PropertyInputButtonActionBase item)

Parameters

item PropertyInputButtonActionBase

Existing action base instance.

Properties

ExtraFields

Gets or sets additional fields to include in the POST.

public string ExtraFields { get; set; }

Property Value

string

Url

Gets or sets the URL for the POST request.

public string Url { get; set; }

Property Value

string