• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
HELPER METHOD

ActionLink
DESCRIPTION

Used to create an anchor tag inside the webpage
HELPER METHOD

BeginForm
DESCRIPTION

Used to write out the form tag for the page
HELPER METHOD

RenderAction
DESCRIPTION

Used to call an action method inside of a child controller. The action method will return the appropriate view to be rendered from within the parent
HELPER METHOD

RenderPartial
DESCRIPTION

Used to render a partial view (user control) from the parent. You pass the view name and an HTMLHelper to this method to indicate how to render the child view
HELPER METHOD

RouteLink
DESCRIPTION

Used to create an anchor tag based on a route to an action
HELPER METHOD

Validate
DESCRIPTION

Used to apply rules to data fields
HELPER METHOD

ValidationMessage
DESCRIPTION

Used to display validation messages for individual fields
HELPER METHOD

ValidationSummary
DESCRIPTION

Used to display a list of all validation rules in the ModelStateDictionary