C# Class Paladin.Infrastructure.RazorWorkflowExtensions

Exibir arquivo Open project: freddie2025/Pluralsight

Public Methods

Method Description
WorkflowActionLink ( HtmlHelper html, string action, string controller, string displayText, int linkTargetStage, int currentStage, int minRequiredStage, int highestCompletedStage ) : MvcHtmlString

Method Details

WorkflowActionLink() public static method

public static WorkflowActionLink ( HtmlHelper html, string action, string controller, string displayText, int linkTargetStage, int currentStage, int minRequiredStage, int highestCompletedStage ) : MvcHtmlString
html HtmlHelper
action string
controller string
displayText string
linkTargetStage int
currentStage int
minRequiredStage int
highestCompletedStage int
return MvcHtmlString