For emample, if I have
How can I get
I am looking for a .NET function call.
|
|
For emample, if I have How can I get I am looking for a .NET function call.
|
||
|
|
|
|
There is no property but it isn't too hard to parse it out:
robb |
||
|
|
|
|
Here's a pretty clean way of doing it. Also has the advantage of taking any url you can throw at it:
NOTE: removed Dump() method. (It's from LINQPad which was where I was verifying this!) |
||||||||
|
|
|
Try this (without string manipulation):
|
|||
|
|
|
What about simple string manipulation?
|
||
|
|
|
|
If you're sure a filename is on the end of the URL the following code will work.
I added some junk to the querystring of the URL to prove it still works when parameters are appended. |
|||
|
|
|
|
The method Uri.GetLeftPart(..) is a good starting point. See the MSDN article. |
||
|