C# Class Our.Umbraco.Picture.Models.PictureElement

Inheritance: IPictureElement
Mostra file Open project: rasmuseeg/Our.Umbraco.Picture

Public Properties

Property Type Description
_alt string

Public Methods

Method Description
PictureElement ( ) : System.Collections.Generic
ToString ( ) : string

Return html markup for PictureElement

Private Methods

Method Description
GetSources ( ) : string

Method Details

PictureElement() public method

public PictureElement ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

Return html markup for PictureElement
public ToString ( ) : string
return string

Property Details

_alt public_oe property

public string _alt
return string