Class CmsKitPublicWidgetsController
Inheritance
System.Object
CmsKitPublicWidgetsController
Assembly: Volo.CmsKit.Public.Web.dll
public class CmsKitPublicWidgetsController : CmsKitPublicControllerBase
Methods
Declaration
public Task<IActionResult> Commenting(string entityType, string entityId)
Parameters
| Type |
Name |
Description |
| System.String |
entityType |
|
| System.String |
entityId |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Declaration
public Task<IActionResult> Rating(string entityType, string entityId)
Parameters
| Type |
Name |
Description |
| System.String |
entityType |
|
| System.String |
entityId |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Declaration
public Task<IActionResult> ReactionSelection(string entityType, string entityId)
Parameters
| Type |
Name |
Description |
| System.String |
entityType |
|
| System.String |
entityId |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Extension Methods