At.FF.Krems.Configuration.Annotations.AspMvcMasterLocationFormatAttribute.AspMvcMasterLocationFormatAttribute C# (CSharp) Méthode

AspMvcMasterLocationFormatAttribute() public méthode

public AspMvcMasterLocationFormatAttribute ( string format ) : System
format string
Résultat System
    public AspMvcMasterLocationFormatAttribute(string format)
    {
      Format = format;
    }
AspMvcMasterLocationFormatAttribute