Classes
Class | Description |
---|---|
FullUrlNamer |
SummaryCreates a filename that includes the entire System.Uri of the request in the name. |
NameHelper |
SummaryA static helper class with functions that can be usefull when implementing the FileNamer interface. |
SimpleUrlNamer |
SummaryCreates a filename only out of the page portion of the System.Uri. |
Interfaces
Interface | Description |
---|---|
FileNamer |
SummaryThis helper interface allows you to retrieve an available file name to use to save files onto your disk drive. |