ArticleController Class |
Namespace: Velo.Web.Controllers
The ArticleController type exposes the following members.
| Name | Description | |
|---|---|---|
| ArticleController |
Initializes a new instance of the ArticleController class.
Constructor without parameter
|
| Name | Description | |
|---|---|---|
| ConvertViewToString |
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.) | |
| Create |
Create a new article
| |
| Create(FormCollection) |
Creating the article from form data
| |
| Delete(Int32) |
Delete an article
| |
| Delete(Int32, FormCollection) |
Deleting an article from database and go to URL referrer
| |
| Details |
Get an article details
| |
| Edit(Int32) |
Edit an article
| |
| Edit(Int32, FormCollection) |
Save an article that has been edited and go to URL referrer.
| |
| GoToURLReferrer |
Gives redirection result from URL referrer
(Inherited from ControllerStandard.) | |
| Index |
Get article list
| |
| Message |
Go to message (Home/Message)
(Inherited from ControllerStandard.) | |
| MessageNoData |
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
(Inherited from ControllerStandard.) | |
| SaveURLReferrer |
Save URL referrer
(Inherited from ControllerStandard.) | |
| SetData |
Set data item Article with form data
| |
| SetViewBagList |
Set object ViewBag
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |