SessionSuggestedFilename Property |
Gets a path-less filename suitable for saving the Response entity. Uses Content-Disposition if available.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string SuggestedFilename { get; }
Public ReadOnly Property SuggestedFilename As String
Get
public:
property String^ SuggestedFilename {
String^ get ();
}
Property Value
Type:
StringSee Also