| ScriptMappingScriptClass Property |
The class containing the AGIScript to be run
Namespace: AsterNET.FastAGI.MappingStrategiesAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ScriptClass { get; set; }
Public Property ScriptClass As String
Get
Set
public:
property String^ ScriptClass {
String^ get ();
void set (String^ value);
}
member ScriptClass : string with get, set
Property Value
Type:
StringSee Also