HelpPageSampleKey Members

The HelpPageSampleKey type exposes the following members.

Constructors


  Name Description
Public method HelpPageSampleKey(MediaTypeHeaderValue)
Creates a new HelpPageSampleKey based on media type.
Public method HelpPageSampleKey(MediaTypeHeaderValue, Type)
Creates a new HelpPageSampleKey based on media type and CLR type.
Public method HelpPageSampleKey(SampleDirection, String, String, IEnumerable<(Of <<'(String>)>>))
Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names.
Public method HelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, String, String, IEnumerable<(Of <<'(String>)>>))
Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.

Methods


  Name Description
Public method Equals
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property ActionName
Gets the name of the action.
Public property ControllerName
Gets the name of the controller.
Public property MediaType
Gets the media type.
Public property ParameterNames
Gets the parameter names.
Public property ParameterType
Public property SampleDirection
Gets the SampleDirection.