Class FileUrlHelper
Inheritance
System.Object
FileUrlHelper
Assembly: DotNetNuke.dll
Syntax
public class FileUrlHelper : object
Methods
|
Improve this Doc
View Source
Declaration
public static bool IsLinkClickURLFormat(string requestPath, NameValueCollection requestQueryString, out IFileInfo fileRequested)
Parameters
Type |
Name |
Description |
System.String |
requestPath |
|
NameValueCollection |
requestQueryString |
|
IFileInfo |
fileRequested |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsStandardFileURLFormat(string requestPath, out IFileInfo fileRequested)
Parameters
Type |
Name |
Description |
System.String |
requestPath |
|
IFileInfo |
fileRequested |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods