| ScriptMappingScriptName Property |
The name of the script as called by FastAGI
Namespace: AsterNET.FastAGI.MappingStrategiesAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ScriptName { get; set; }
Public Property ScriptName As String
Get
Set
public:
property String^ ScriptName {
String^ get ();
void set (String^ value);
}
member ScriptName : string with get, set
Property Value
Type:
StringSee Also