Share via


FriendlyUrlSegmentsValueProvider Class

.NET Framework 4.5

A value provider that retrieves values from the segments of a Friendly URL.

Inheritance Hierarchy

System.Object
  SimpleValueProvider
    Microsoft.AspNet.FriendlyUrls.ModelBinding.FriendlyUrlSegmentsValueProvider

Namespace:  Microsoft.AspNet.FriendlyUrls.ModelBinding
Assembly:  Microsoft.AspNet.FriendlyUrls (in Microsoft.AspNet.FriendlyUrls.dll)

Syntax

'Declaration
Public Class FriendlyUrlSegmentsValueProvider _
    Inherits SimpleValueProvider
'Usage
Dim instance As FriendlyUrlSegmentsValueProvider
public class FriendlyUrlSegmentsValueProvider : SimpleValueProvider
public ref class FriendlyUrlSegmentsValueProvider : public SimpleValueProvider
type FriendlyUrlSegmentsValueProvider =  
    class 
        inherit SimpleValueProvider 
    end
public class FriendlyUrlSegmentsValueProvider extends SimpleValueProvider

The FriendlyUrlSegmentsValueProvider type exposes the following members.

Constructors

  Name Description
Public method FriendlyUrlSegmentsValueProvider

Top

Properties

  Name Description
Protected property ModelBindingExecutionContext (Inherited from SimpleValueProvider.)

Top

Methods

  Name Description
Public method ContainsPrefix (Inherited from SimpleValueProvider.)
Public method Equals (Inherited from Object.)
Protected method FetchValue (Overrides SimpleValueProviderFetchValue(String).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from SimpleValueProvider.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.FriendlyUrls.ModelBinding Namespace