Click or drag to resize

NewsDetail Methods

The NewsDetail type exposes the following members.

Methods
  NameDescription
Protected methodDoRedirect
Does the redirect.
(Inherited from BaseAction.)
Protected methodError404
Error404s this instance.
(Inherited from BaseAction.)
Protected methodError500
Error500s this instance.
(Inherited from BaseAction.)
Public methodInitializeNewsItem
Initializes the news item using the ID passed with the current request.
Public methodInitializeNewsItem(Int32)
Initializes the news item using the specified ID.
Protected methodOnAfterSelectData
Raises "AfterSelectData" event.
(Inherited from BaseAction.)
Protected methodOnBeforeSelectData
Raises "BeforeSelectData" event.
(Inherited from BaseAction.)
Public methodOutput
Renders the content of this view into the single string.
(Overrides BaseActionOutput.)
Protected methodRaiseDataSelectionEventT
Raises an event specified by the wrapper function and returns the modified data source.
(Inherited from BaseAction.)
Top
See Also