C# Class JwtWebApi.Areas.HelpPage.ImageSample

This represents an image sample on the help page. There's a display template named ImageSample associated with this class.
Afficher le fichier Open project: stewartm83/Jwt-WebApi

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageSample ( string src ) : System

Initializes a new instance of the ImageSample class.

ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ImageSample() public méthode

Initializes a new instance of the ImageSample class.
public ImageSample ( string src ) : System
src string The URL of an image.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string