WebAddInInfo.GetRequestPath Method (String)
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