C# Class Octopus.Client.Model.Forms.Button

A button is essentially an 'option' that may be associated with other form elements. SubmitButtonGroup
Show file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
Button ( string text, string value = null ) : System

Method Details

Button() public method

public Button ( string text, string value = null ) : System
text string
value string
return System