ManualRequestFileFormMarkup Property |
The markup for the form which is to be posted. Make sure all other relevant properties are set before referencing this property. Override this method if it is necessary to apply non-aesthetic customizations of the form (not common or recommended).
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax protected virtual string FormMarkup { get; }
Protected Overridable ReadOnly Property FormMarkup As String
Get
protected:
virtual property String^ FormMarkup {
String^ get ();
}
Property Value
Type:
StringSee Also