Class ReponseExtensions
Extensions for a response
Inherited Members
Namespace:FubarDev.WebDavServer.Model
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class ReponseExtensions
Methods
| Improve this Doc View SourceGetHrefs(response)
Gets all href entries from a response
Declaration
[NotNull]
[ItemNotNull]
public static IEnumerable<string> GetHrefs([NotNull] this response response)
Parameters
| Type | Name | Description |
|---|---|---|
| response | response | The response to get the |
Returns
| Type | Description |
|---|---|
| IEnumerable<String> | The list of found |