Url.GetPartial Method
Include Protected Members
Include Inherited Members
Gets the unescaped path starting at a specified point.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetPartial(Int32) | Gets the unescaped path up to the specified index. | |
GetPartial(Int32, Int32) | Gets the unescaped path between the two specified points |
Top