Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the request path for a webpage file.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string GetRequestPath(
string src
)
public:
String^ GetRequestPath(
String^ src
)
Public Function GetRequestPath (
src As String
) As String
Parameters
src
Type: System.StringThe relative path to the file.
Return Value
Type: System.String
An instance of String that contains the relative path to the file.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top