asp.net.ph

HttpContext.RewritePath Method

System.Web Namespace   HttpContext Class


Assigns an internal rewrite path.

[ VB ]
Public Sub RewritePath ( _
   ByVal path As String _
)

[ C# ]
public void RewritePath (
   string path
);

[ C++ ]
public: void RewritePath (
   String* path
);

[ JScript ]
public function RewritePath (
   path : String
);

Parameters

path
The internal rewrite path.

Exceptions


Exception Type Condition
ArgumentNullException Occurs when path is a null reference ( Nothing in Visual Basic ).

See Also

HttpContext Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph