Models.LocalPath Class
Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
Provides an object representation of a the part of the request path that was not resolved to a page, and easy access to the parts of the path.
Constructor
Nucleus.Abstractions.Models.LocalPath
Constructor
Nucleus.Abstractions.Models.LocalPath (String path)
Initializes a new instance of the LocalPath class.
Properties
HasValue
Property
Returns whether this LocalPath instance has a value.
FullPath
Property
Return the local path
Path
Property
Gets the local path part of the specified absolute path (the part that does not contain the query)
Segments
Property
Gets an array containing the path segments that make up the local path.
Methods
ToString
ToString ()
Gets a string representation for the specified Uri path (returns AbsolutePath).