UriPartial

UriPartial CF 1.0, ECMA 1.0, serializable

System (system.dll) enum

This enumeration is used for the Uri.GetLeftPart( ) method. For example, the URL http://www.oreilly.com/index.html#toc has a Scheme of http:// , an Authority of http://www.oreilly.com , and a Path of http://www.oreilly.com/index.html (everything up to, but not including, the query delimiter ? or the fragment delimiter # ).

 public enum  UriPartial  {  Scheme = 0  ,  Authority = 1  ,  Path = 2  } 

Hierarchy

Object ValueType Enum(IComparable, IFormattable , IConvertible) UriPartial

Passed To

Uri.GetLeftPart( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net